Skip to content

Commit

Permalink
build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jan 12, 2016
1 parent 8f408f7 commit af93c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-portal",
"version": "1.5.4",
"version": "1.5.5",
"description": "React component for transportation of modals, lightboxes, loading bars... to document.body",
"main": "build/portal",
"files": [
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf build",
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-register",
"lint": "eslint examples lib test devServer.js",
"prepublish": "npm run build"
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"tags": [
"react"
Expand Down

0 comments on commit af93c52

Please sign in to comment.