Skip to content

Commit 35bcd19

Browse files
authored
Update version to 1.0.1 (#10)
1 parent 5529a09 commit 35bcd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@jasonheecs/js-sorting",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A list of common sorting algorithms implemented in Javascript",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint src/*.js test/*.js",
8-
"prepublish": "./node_modules/babel-cli/bin/babel.js src --out-dir lib",
8+
"prepare": "./node_modules/babel-cli/bin/babel.js src --out-dir lib",
99
"precommit": "npm run lint",
1010
"test": "nyc --reporter=html --reporter=text mocha --require babel-core/register",
1111
"coverage": "nyc report --reporter=text-lcov | coveralls"

0 commit comments

Comments
 (0)