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
+2 -1
View File
@@ -1,4 +1,5 @@
# We ignore everying except for what is actually used by the pebble tool. # We ignore everying except for what is actually used by the pebble tool.
/**/* /**/*
!/dist.zip !/dist.zip
!/src/js/index.js !/src/**/*
!/index.js
+5 -3
View File
@@ -2,7 +2,7 @@
"name": "pebble-clay", "name": "pebble-clay",
"version": "0.1.7", "version": "0.1.7",
"description": "Pebble Config Framework", "description": "Pebble Config Framework",
"main": "src/js/index.js", "main": "index.js",
"scripts": { "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-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)", "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" "url": "git+https://github.com/pebble/clay.git"
}, },
"keywords": [ "keywords": [
"Pebble", "pebble",
"Config" "config",
"configuration",
"pebble-package"
], ],
"author": "Pebble Technology", "author": "Pebble Technology",
"license": "MIT", "license": "MIT",