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 .DS_Store
aws.config aws.config
design design
dist
marketing marketing
node_modules node_modules
scripts scripts
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "crafting-guide", "name": "crafting-guide",
"version": "1.0.3", "version": "1.0.3",
"description": "Source code for http://crafting-guide.com", "description": "Source code for http://crafting-guide.com",
"main": "./build/index.js", "main": "./dist/index.js",
"scripts": { "scripts": {
"prepublish": "grunt prepublish", "prepublish": "grunt prepublish",
"test": "grunt test" "test": "grunt test"