Fix NPM packaging to actually include source code
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user