From 693b795c2b56b39502c8cf0feab0f64954c0c5ec Mon Sep 17 00:00:00 2001 From: Keegan Date: Tue, 14 Jun 2016 18:31:11 -0700 Subject: [PATCH] Add a few more files to what is included on NPM to make debugging easier --- .npmignore | 3 ++- package.json | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index 2c33b4e..943f877 100755 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ # We ignore everying except for what is actually used by the pebble tool. /**/* !/dist.zip -!/src/js/index.js +!/src/**/* +!/index.js diff --git a/package.json b/package.json index 360c332..b8227ad 100644 --- a/package.json +++ b/package.json @@ -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",