Skip to content

Commit

Permalink
Merge pull request #58 from jbetancur/add-pre-publish
Browse files Browse the repository at this point in the history
add pre-publish
  • Loading branch information
jbetancur authored Nov 16, 2018
2 parents 73eaee4 + 9de3559 commit ef701b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flexybox",
"version": "2.3.1",
"version": "2.4.0",
"description": "React Flexbox Components",
"main": "dist/react-flexybox.cjs.js",
"module": "dist/react-flexybox.es.js",
Expand All @@ -12,6 +12,7 @@
"node": ">=8.11.3"
},
"scripts": {
"prepublishOnly": "npm run build",
"build:dev": "rollup -c rollup/rollup.config.dev.js -m",
"build:umd": "rollup -c rollup/rollup.config.umd.js",
"build:cjs": "rollup -c rollup/rollup.config.cjs.js",
Expand Down

0 comments on commit ef701b2

Please sign in to comment.