Fix NPM packaging to actually include source code

This commit is contained in:
Andrew Miner
2015-04-30 09:02:58 -07:00
parent 27f872723f
commit 2d551f9170
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@
.DS_Store
aws.config
design
dist
marketing
node_modules
scripts
+1 -1
View File
@@ -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"