We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076f64a commit 350e186Copy full SHA for 350e186
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-arithmetic",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "arithmetic in react",
5
"main": "lib/",
6
"browser": "lib/",
@@ -11,7 +11,6 @@
11
"test:debug": "mocha --inspect-brk --require test/setup test/*.test.js",
12
"prepublish": "mkdir -p lib && babel ./src/ -d ./lib",
13
"build": "npm run lint && npm run prepublish",
14
- "test": "npm run lint && npm run test:unit",
15
"lint": "eslint-godaddy-react ./src"
16
},
17
"repository": {
0 commit comments