Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
chore: Add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GERMA Delphin Ext IMT/OLS authored and GERMA Delphin Ext IMT/OLS committed Jul 20, 2018
1 parent 006b18e commit beefeb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/ws": "^3.0.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"istanbul": "^0.4.5",
Expand All @@ -56,7 +57,8 @@
"ts-node": "^3.3.0",
"tslint": "^4.5.1",
"typedoc": "^0.8.0",
"typescript": "^2.4.2"
"typescript": "^2.4.2",
"ws": "^5.2.2"
},
"nyc": {
"include": [
Expand All @@ -75,4 +77,3 @@
"instrument": true
}
}

0 comments on commit beefeb1

Please sign in to comment.