diff --git a/.npmignore b/.npmignore index d12f3c340..0e7c1ee69 100644 --- a/.npmignore +++ b/.npmignore @@ -2,7 +2,6 @@ .DS_Store aws.config design -dist marketing node_modules scripts diff --git a/package.json b/package.json index a5994902b..a091c02d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crafting-guide", "version": "1.0.3", "description": "Source code for http://crafting-guide.com", - "main": "./build/index.js", + "main": "./dist/index.js", "scripts": { "prepublish": "grunt prepublish", "test": "grunt test"