Skip to content

Commit

Permalink
Add prepublish to package.json and correct entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlytyler committed Feb 8, 2016
1 parent 3d048e2 commit af0c10f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "react-designer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Easy to configure, lightweight, editable vector graphics in your react components.",
"main": "lib/Select.js",
"main": "./lib/index.js",
"scripts": {
"start": "node server.js",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.js",
"build": "babel -d lib/ src/"
"build": "babel -d lib/ src/",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit af0c10f

Please sign in to comment.