Skip to content

Commit 5864d9b

Browse files
committed
Brings back build settings
1 parent 7a6ab94 commit 5864d9b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ test-built/*
88
docs/*.html
99
docs/assets/bundle.js
1010
lib/*
11-
cjs
12-
amd
13-
bower_components

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "http://github.com/quri/react-bootstrap-datetimepicker"
99
},
10-
"main": "./cjs/DateTimeField.js",
10+
"main": "./lib/DateTimeField.js",
1111
"scripts": {
1212
"build-npm": "jsx -x jsx ./src/ ./lib/",
1313
"build": "NODE_ENV=production webpack --output-file react-bootstrap-datetimepicker.js",

0 commit comments

Comments
 (0)