From e1a6ede17b3b3e3083f6d5d7e700ecdde79a8200 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 8 Sep 2015 18:45:00 +0100 Subject: [PATCH] Ignore all module caches and make the built js the default include root --- .npmignore | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 1ce5400d43..598224712f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,3 @@ example examples -build/.module-cache +.module-cache diff --git a/package.json b/package.json index 0287121355..3be42e4541 100644 --- a/package.json +++ b/package.json @@ -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",