Skip to content

Commit e44b2b1

Browse files
committed
Fix module entry point arqex#6
1 parent fb73675 commit e44b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "https://github.com/arqex/react-datetime"
99
},
10-
"main": "./lib/DateTime.jsx",
10+
"main": "./DateTime.js",
1111
"scripts": {
1212
"build-npm": "jsx -x jsx ./src/ ./lib/",
1313
"build": "./node_modules/.bin/gulp.cmd",

0 commit comments

Comments
 (0)