Skip to content

Commit 350e186

Browse files
[dist] 0.0.1
1 parent 076f64a commit 350e186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-arithmetic",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "arithmetic in react",
55
"main": "lib/",
66
"browser": "lib/",
@@ -11,7 +11,6 @@
1111
"test:debug": "mocha --inspect-brk --require test/setup test/*.test.js",
1212
"prepublish": "mkdir -p lib && babel ./src/ -d ./lib",
1313
"build": "npm run lint && npm run prepublish",
14-
"test": "npm run lint && npm run test:unit",
1514
"lint": "eslint-godaddy-react ./src"
1615
},
1716
"repository": {

0 commit comments

Comments
 (0)