Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit e10780e

Browse files
committed
Merge branch 'hotfix/2.0.0-RC.3'
2 parents c446348 + 92f2496 commit e10780e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "sn-client-cli",
3-
"version": "1.0.0-RC.2",
3+
"version": "1.0.0-RC.3",
44
"description": "Command line tooling for sense NET ECM client",
55
"main": "dist/index.js",
66
"bin": {
77
"sn-client": "./bin/sn-client.cmd"
88
},
9-
"files":[
9+
"files": [
1010
"bin",
1111
"coverage",
1212
"dist",
@@ -51,28 +51,29 @@
5151
"chai": "^3.5.0",
5252
"commitizen": "^2.9.6",
5353
"mocha": "^3.4.1",
54-
"mocha-typescript": "^1.1.2",
54+
"mocha-typescript": "^1.1.4",
5555
"tslint": "^5.2.0",
56-
"typedoc": "^0.7.0",
56+
"typedoc": "^0.7.1",
5757
"typescript": "^2.3.2"
5858
},
5959
"dependencies": {
6060
"@types/chai": "^3.5.2",
6161
"@types/mocha": "^2.2.41",
62-
"@types/node": "^7.0.18",
62+
"@types/node": "^7.0.21",
6363
"adm-zip": "^0.4.7",
64+
"codecov": "^2.2.0",
6465
"command-line-args": "^4.0.4",
6566
"command-line-commands": "^2.0.0",
6667
"command-line-usage": "^4.0.0",
67-
"codecov": "^2.2.0",
6868
"del": "^2.2.2",
69+
"fs-extra": "^3.0.1",
6970
"gulp": "^3.9.1",
7071
"gulp-mocha": "^4.3.1",
7172
"gulp-promisify": "^1.2.2",
7273
"gulp-run": "^1.7.1",
7374
"gulp-typedoc": "^2.0.2",
7475
"path": "^0.12.7",
75-
"prompt": "^1.0.0",
76+
"prompt": "^1.0.0",
7677
"sn-client-js": "2.0.0-RC.2"
7778
},
7879
"czConfig": {

0 commit comments

Comments
 (0)