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:
+5
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user