arqex
2015-07-09 9df0108f304866a1904d75625c4ad9849b930b2f
Merge pull request #7 from aleemb/patch-1

Fix module entry point #6
1 files modified
2 ■■■ changed files
package.json 2 ●●● patch | view | raw | blame | history
package.json
@@ -7,7 +7,7 @@
    "type": "git",
    "url": "https://github.com/arqex/react-datetime"
  },
  "main": "./lib/DateTime.jsx",
  "main": "./DateTime.js",
  "scripts": {
    "build-npm": "jsx -x jsx ./src/ ./lib/",
    "build": "./node_modules/.bin/gulp.cmd",