We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4820df commit cbb14f2Copy full SHA for cbb14f2
package.json
@@ -53,9 +53,9 @@
53
"url": "https://github.com/davidguttman/react-pivot.git"
54
},
55
"scripts": {
56
- "example": "budo example/demo.jsx --live",
57
- "example-basic": "budo example/basic.jsx",
58
- "example-persist": "budo example/persist.js",
+ "example": "budo example/demo.jsx --live --port ${PORT:-9966}",
+ "example-basic": "budo example/basic.jsx --port ${PORT:-9966}",
+ "example-persist": "budo example/persist.js --port ${PORT:-9966}",
59
"dist": "npm run remove-dist && npm run build-standalone",
60
"remove-dist": "rm dist/*.js",
61
"build-standalone": "NODE_ENV=production browserify lib/umd.js | uglifyjs -mc > dist/react-pivot-standalone-${npm_package_version}.min.js"
0 commit comments