Skip to content

Commit dbb9883

Browse files
author
Supriya S
committed
change version
1 parent 5bbd180 commit dbb9883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lint": "eslint ./src && flow",
5858
"precommit": "npm run test && npm run lint",
5959
"test": " NODE_ENV=test mocha --require babel-core/register",
60-
"prepack": "npm run build"
60+
"prepublishOnly": "npm run build"
6161
},
62-
"version": "1.0.1"
62+
"version": "1.0.2"
6363
}

0 commit comments

Comments
 (0)