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

Commit

Permalink
Merge branch 'hotfix/2.0.0-RC.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed May 22, 2017
2 parents c446348 + 92f2496 commit e10780e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sn-client-cli",
"version": "1.0.0-RC.2",
"version": "1.0.0-RC.3",
"description": "Command line tooling for sense NET ECM client",
"main": "dist/index.js",
"bin": {
"sn-client": "./bin/sn-client.cmd"
},
"files":[
"files": [
"bin",
"coverage",
"dist",
Expand Down Expand Up @@ -51,28 +51,29 @@
"chai": "^3.5.0",
"commitizen": "^2.9.6",
"mocha": "^3.4.1",
"mocha-typescript": "^1.1.2",
"mocha-typescript": "^1.1.4",
"tslint": "^5.2.0",
"typedoc": "^0.7.0",
"typedoc": "^0.7.1",
"typescript": "^2.3.2"
},
"dependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.18",
"@types/node": "^7.0.21",
"adm-zip": "^0.4.7",
"codecov": "^2.2.0",
"command-line-args": "^4.0.4",
"command-line-commands": "^2.0.0",
"command-line-usage": "^4.0.0",
"codecov": "^2.2.0",
"del": "^2.2.2",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-promisify": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-typedoc": "^2.0.2",
"path": "^0.12.7",
"prompt": "^1.0.0",
"prompt": "^1.0.0",
"sn-client-js": "2.0.0-RC.2"
},
"czConfig": {
Expand Down

0 comments on commit e10780e

Please sign in to comment.