Skip to content

Commit

Permalink
Configure semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed May 22, 2018
1 parent a42e1cc commit f191fc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "node test/index | tap-dot",
"lint": "jshint .",
"travis": "npm test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"validate": "npm ls"
},
"author": "Pelias",
Expand All @@ -34,5 +33,8 @@
"lint",
"validate",
"test"
]
],
"release": {
"success": []
}
}

0 comments on commit f191fc6

Please sign in to comment.