Skip to content

Commit

Permalink
Add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Santos committed Mar 13, 2019
1 parent cf36982 commit 8f83385
Show file tree
Hide file tree
Showing 2 changed files with 2,424 additions and 31 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "mocha tests",
"coverage": "nyc --reporter=html --reporter=text npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"release": "release-it"
},
"author": "Felipe Augusto <[email protected]>",
"license": "MIT",
Expand All @@ -17,7 +18,8 @@
"coveralls": "^3.0.3",
"mocha": "^5.2.0",
"mongoose": "^5.0.0",
"nyc": "^13.3.0"
"nyc": "^13.3.0",
"release-it": "^10.3.1"
},
"dependencies": {
"lodash.pick": "^4.4.0"
Expand Down
Loading

0 comments on commit 8f83385

Please sign in to comment.