Skip to content

Commit

Permalink
😒 chore(deps): Use np for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 16, 2020
1 parent dfd5464 commit afa0e34
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 217 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -69,7 +70,8 @@
"build": "babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "np",
"test": "ava"
}
}
Loading

0 comments on commit afa0e34

Please sign in to comment.