Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cupsadarius committed Sep 14, 2017
1 parent 58a8943 commit bd059f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ after_success:
- npm run coveralls
- rm -rf ./raml.test
- rm -rf ./api.test
- npm run semantic-release
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"doc": "typedoc --tsconfig src/tsconfig.json --out docs/",
"publish:local": "./scripts/npmPublish.sh",
"verify": "npm-run-all clean compile lint test doc",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"commit": "git-cz"
},
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Api generator",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -61,8 +60,7 @@
"cz-conventional-changelog": "^2.0.0",
"istanbul": "^0.4",
"mocha": "^3.4.0",
"typings": "^2.1.1",
"semantic-release": "^7.0.2"
"typings": "^2.1.1"
},
"dependencies": {
"bunyan": "^1.8.9",
Expand All @@ -89,8 +87,5 @@
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "restricted"
}
}

0 comments on commit bd059f7

Please sign in to comment.