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

Commit

Permalink
fix(package.json): Fixed Path dependency (moved from devDependencies …
Browse files Browse the repository at this point in the history
…to Dependencies), bumped versio
  • Loading branch information
gallayl committed May 16, 2017
1 parent 0618c0c commit a312865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sn-client-cli",
"version": "1.0.0-RC.1",
"description": "Command line tooling for Sense/NET ECM client",
"version": "1.0.0-RC.2",
"description": "Command line tooling for sense NET ECM client",
"main": "dist/index.js",
"bin": {
"sn-client": "./bin/sn-client.cmd"
Expand All @@ -27,7 +27,7 @@
"typedoc": "gulp typedoc",
"tslint": "tslint --project tsconfig.json ./src/**/*.ts && tslint --project tsconfig.test.json ./test/**/*.ts",
"commit": "git-cz",
"publish:development": "npm publish --tag development"
"publish:development": "npm run build && npm t && npm publish --tag development"
},
"repository": {
"type": "git",
Expand All @@ -52,7 +52,6 @@
"commitizen": "^2.9.6",
"mocha": "^3.4.1",
"mocha-typescript": "^1.1.2",
"prompt": "^1.0.0",
"tslint": "^5.2.0",
"typedoc": "^0.7.0",
"typescript": "^2.3.2"
Expand All @@ -73,6 +72,7 @@
"gulp-run": "^1.7.1",
"gulp-typedoc": "^2.0.2",
"path": "^0.12.7",
"prompt": "^1.0.0",
"sn-client-js": "2.0.0-RC.2"
},
"czConfig": {
Expand Down

0 comments on commit a312865

Please sign in to comment.