Skip to content

Commit 9df0108

Browse files
committed
Merge pull request arqex#7 from aleemb/patch-1
Fix module entry point arqex#6
2 parents fb73675 + e44b2b1 commit 9df0108

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)