Add a few more files to what is included on NPM to make debugging easier

This commit is contained in:
Keegan
2016-06-14 18:31:11 -07:00
parent ef8ab37eb4
commit 693b795c2b
2 changed files with 7 additions and 4 deletions
+5 -3
View File
@@ -2,7 +2,7 @@
"name": "pebble-clay",
"version": "0.1.7",
"description": "Pebble Config Framework",
"main": "src/js/index.js",
"main": "index.js",
"scripts": {
"test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI && ./node_modules/.bin/eslint ./",
"test-debug": "(export DEBUG=true && ./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run)",
@@ -19,8 +19,10 @@
"url": "git+https://github.com/pebble/clay.git"
},
"keywords": [
"Pebble",
"Config"
"pebble",
"config",
"configuration",
"pebble-package"
],
"author": "Pebble Technology",
"license": "MIT",