Skip to content

Commit

Permalink
😒 chore(release): Use np.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 16, 2020
1 parent 3af90a8 commit 02ea6b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"np": "6.2.1",
"nyc": "15.0.1"
},
"files": [
Expand All @@ -73,9 +74,10 @@
"type": "git"
},
"scripts": {
"build": "babel src -d lib",
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "np",
"test": "ava"
}
}

0 comments on commit 02ea6b7

Please sign in to comment.