Ignore all module caches and make the built js the default include root

pull/21833/head
David Baker 2015-09-08 18:45:00 +01:00
parent 8fbce5fce8
commit e1a6ede17b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
example
examples
build/.module-cache
.module-cache

View File

@ -8,7 +8,7 @@
"url": "https://github.com/matrix-org/matrix-react-sdk"
},
"license": "Apache-2.0",
"main": "src/index.js",
"main": "build/src/index.js",
"style": "bundle.css",
"scripts": {
"build:skins": "jsx skins build/skins",