WIP
Showing
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -19,6 +19,11 @@ | ... | @@ -19,6 +19,11 @@ |
"actionable-notifications", | "actionable-notifications", | ||
"interactive-notifications" | "interactive-notifications" | ||
], | ], | ||
"scripts": { | |||
"pretest": "./node_modules/.bin/eslint *.js test", | |||
"test": "./node_modules/.bin/mocha --compilers js:babel-register --reporter spec \"test/*.spec.js\"", | |||
"start": "node ./scripts/start" | |||
}, | |||
"nativePackage": true, | "nativePackage": true, | ||
"dependencies": { | "dependencies": { | ||
"core-js": "^1.0.0", | "core-js": "^1.0.0", | ||
... | @@ -38,12 +43,8 @@ | ... | @@ -38,12 +43,8 @@ |
"mocha": "^2.5.3", | "mocha": "^2.5.3", | ||
"proxyquire": "^1.7.4", | "proxyquire": "^1.7.4", | ||
"sinon": "^1.17.3", | "sinon": "^1.17.3", | ||
"sinon-chai": "^2.8.0" | "sinon-chai": "^2.8.0", | ||
}, | "shell-utils": "1.x.x" | ||
"scripts": { | |||
"pretest": "./node_modules/.bin/eslint *.js test", | |||
"test": "./node_modules/.bin/mocha --compilers js:babel-register --reporter spec \"test/*.spec.js\"", | |||
"start": "npm run test --silent; ./node_modules/.bin/chokidar \"test/*.js\" \"*.js\" -c 'npm run test --silent' --silent" | |||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | "registry": "https://registry.npmjs.org/" | ||
... | ... |
scripts/start.js
0 → 100644
Please register or sign in to comment