We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5529a09 commit 35bcd19Copy full SHA for 35bcd19
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@jasonheecs/js-sorting",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A list of common sorting algorithms implemented in Javascript",
5
"main": "lib/index.js",
6
"scripts": {
7
"lint": "eslint src/*.js test/*.js",
8
- "prepublish": "./node_modules/babel-cli/bin/babel.js src --out-dir lib",
+ "prepare": "./node_modules/babel-cli/bin/babel.js src --out-dir lib",
9
"precommit": "npm run lint",
10
"test": "nyc --reporter=html --reporter=text mocha --require babel-core/register",
11
"coverage": "nyc report --reporter=text-lcov | coveralls"
0 commit comments