Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Aug 16, 2016
1 parent feb1858 commit 30561c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prepublish-lib",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"keywords": [
"npm",
Expand All @@ -17,12 +17,11 @@
"license": "MIT",
"main": "bin/prepublish-lib",
"scripts": {
"lint": "eslint src/",
"lint": "eslint --quiet src/ test/ || true",
"nsp": "nsp check --output summary",
"release": "release-it --github.release --npm.publish --non-interactive",
"release:minor": "release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "release-it --github.release --npm.publish --non-interactive --increment major",
"lint": "eslint --quiet src/ test/ || true",
"test": "npm run prepublish && node bin/prepublish-lib",
"prepublish": "rollup -c rollup.cfg"
},
Expand Down

0 comments on commit 30561c1

Please sign in to comment.