mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
Add a few more files to what is included on NPM to make debugging easier
This commit is contained in:
+2
-1
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user