Loic CHOLLIER
2015-04-30 5864d9b466099efc0bd0301ace99fed8afae657b
Brings back build settings
2 files modified
5 ■■■■ changed files
.gitignore 3 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
.gitignore
@@ -8,6 +8,3 @@
docs/*.html
docs/assets/bundle.js
lib/*
cjs
amd
bower_components
package.json
@@ -7,7 +7,7 @@
    "type": "git",
    "url": "http://github.com/quri/react-bootstrap-datetimepicker"
  },
  "main": "./cjs/DateTimeField.js",
  "main": "./lib/DateTimeField.js",
  "scripts": {
    "build-npm": "jsx -x jsx ./src/ ./lib/",
    "build": "NODE_ENV=production webpack --output-file react-bootstrap-datetimepicker.js",