From 2d551f91705af24b0d34dac5d7033c529eea4273 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 30 Apr 2015 09:02:58 -0700 Subject: [PATCH] Fix NPM packaging to actually include source code --- .npmignore | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"