Skip to content

Commit

Permalink
[dist] 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smehta-godaddy committed Oct 30, 2018
1 parent 076f64a commit 350e186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-arithmetic",
"version": "0.0.0",
"version": "0.0.1",
"description": "arithmetic in react",
"main": "lib/",
"browser": "lib/",
Expand All @@ -11,7 +11,6 @@
"test:debug": "mocha --inspect-brk --require test/setup test/*.test.js",
"prepublish": "mkdir -p lib && babel ./src/ -d ./lib",
"build": "npm run lint && npm run prepublish",
"test": "npm run lint && npm run test:unit",
"lint": "eslint-godaddy-react ./src"
},
"repository": {
Expand Down

0 comments on commit 350e186

Please sign in to comment.