Skip to content

Commit

Permalink
add types to root xpack package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed May 4, 2020
1 parent a266452 commit bd584a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 2 additions & 0 deletions x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
"@types/uuid": "^3.4.4",
"@types/xml-crypto": "^1.4.0",
"@types/xml2js": "^0.4.5",
"@types/stats-lite": "^2.2.0",
"@types/pretty-ms": "^5.0.0",
"@welldone-software/why-did-you-render": "^4.0.0",
"abab": "^1.0.4",
"axios": "^0.19.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"main": "target/test/plugin_api_perf/plugins/task_manager_performance",
"scripts": {
"kbn": "node ../../../../../scripts/kbn.js",
"build": "rm -rf './target' && tsc",
"test:generate": "ts-node --project scripts/cli_tsconfig.json"
"build": "rm -rf './target' && tsc"
},
"dependencies": {
"lodash": "^4.17.15",
Expand All @@ -18,8 +17,6 @@
"pretty-ms": "5.0.0"
},
"devDependencies": {
"@types/stats-lite": "^2.2.0",
"@types/pretty-ms": "^5.0.0",
"typescript": "3.7.2"
},
"license": "Apache-2.0"
Expand Down

This file was deleted.

0 comments on commit bd584a9

Please sign in to comment.