Skip to content

Commit

Permalink
ci(release): semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoTron committed Oct 5, 2017
1 parent 1e62a64 commit 0e7935e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-hours.js",
"version": "0.0.0-semantically-released",
"version": "0.0.0-development",
"description": "Business hours javascript lib",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,11 +10,13 @@
"build": "babel --copy-files --out-dir dist --ignore *.test.js src",
"test": "mocha --compilers js:babel-register src/index.test.js -w",
"test:single": "nyc mocha --compilers js:babel-register src/index.test.js",
"semantic-release":
"semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"babel": {
"presets": ["es2015", "stage-2"]
"presets": [
"es2015",
"stage-2"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0e7935e

Please sign in to comment.