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 892772a
Show file tree
Hide file tree
Showing 3 changed files with 1,862 additions and 729 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ coverage/
.npm
.npmignore
package-lock.json
.nvmrc

# Yarn
.yarnclean
Expand All @@ -38,3 +39,8 @@ yarn-error.log

# Travis
.travis.yml

# Licenses
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.md
14 changes: 3 additions & 11 deletions 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 All @@ -40,16 +42,6 @@
"engines": {
"node": ">=6.0.0"
},
"contributors": [
{
"name": "Willem Horsten",
"email": "willem.horsten@icapps.com"
},
{
"name": "Brent Van Geertruy",
"email": "brent.vangeertruy@icapps.com"
}
],
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit 892772a

Please sign in to comment.