Skip to content

Commit

Permalink
Update depencencies + add np release module
Browse files Browse the repository at this point in the history
  • Loading branch information
horstenwillem committed Apr 18, 2018
1 parent 4acff6e commit a3662d5
Show file tree
Hide file tree
Showing 2 changed files with 1,856 additions and 719 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test:coverage": "jest --coverage --collectCoverageFrom=src/**/*.ts --forceExit",
"test:watch": "jest --watchAll",
"pretest": "yarn build",
"prepublish": "yarn build"
"prepublish": "yarn build",
"release": "node_modules/np/cli.js --no-cleanup"
},
"precommit": [
"lint"
Expand All @@ -29,6 +30,7 @@
"@types/uuid": "~3.4.3",
"coveralls": "^3.0.0",
"jest": "^22.1.4",
"np": "^2.20.1",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"supertest": "^3.0.0",
Expand Down
Loading

0 comments on commit a3662d5

Please sign in to comment.