There was an error while loading. Please reload this page.
1 parent 7a6ab94 commit 5864d9bCopy full SHA for 5864d9b
.gitignore
@@ -8,6 +8,3 @@ test-built/*
8
docs/*.html
9
docs/assets/bundle.js
10
lib/*
11
-cjs
12
-amd
13
-bower_components
package.json
@@ -7,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",
0 commit comments