Skip to content

Commit

Permalink
Fix dependencies to add nyc
Browse files Browse the repository at this point in the history
@W-4344488@
  • Loading branch information
Nick Chen committed Sep 29, 2017
1 parent 76ef819 commit d7d24d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/salesforcedx-visualforce-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@
"devDependencies": {
"@types/mocha": "^2.2.38",
"@types/node": "^6.0.40",
"mocha": "3.2.0",
"shx": "0.2.2"
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"mocha-multi-reporters": "^1.1.4",
"nyc": "^11.0.2",
"remap-istanbul": "^0.9.5",
"source-map-support": "^0.4.15",
"shx": "0.2.2",
"typescript": "2.4.0"
},
"scripts": {
"vscode:package": "npm prune --production",
Expand Down

0 comments on commit d7d24d4

Please sign in to comment.