Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Jun 27, 2016
1 parent 98ab053 commit 73df762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "react-poop",
"version": "0.1.0",
"version": "0.2.0",
"description": "The ultimate error handler for React",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "mocha --compilers js:babel-register --reporter=emoji-reporter ./src/**/*.spec.js",
"build": "babel ./src --out-dir ./dist --ignore *.spec.js"
"build": "babel ./src --out-dir ./dist --ignore *.spec.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 73df762

Please sign in to comment.