Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
build: add np for publishing the package to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Feb 20, 2020
1 parent 844d78a commit 8662db6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"lint": "eslint '**/*.js'",
"test": "nyc --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "np"
},
"repository": {
"type": "git",
Expand All @@ -36,13 +37,14 @@
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"express": "^4.17.1",
"husky": "^3.0.4",
"lint-staged": "^9.2.3",
"np": "^6.1.0",
"nunjucks": "^3.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"supertest": "^4.0.2",
"express": "^4.17.1"
"supertest": "^4.0.2"
},
"peerDependencies": {
"express": "^4.17.1"
Expand Down

0 comments on commit 8662db6

Please sign in to comment.