mirror of https://github.com/espruino/BangleApps
Remove core testing - we'll do this in the EspruinoAppsCore repo
parent
8ad5d13516
commit
b1fe7201c8
|
@ -1,7 +1,2 @@
|
|||
core/lib/espruinotools.js
|
||||
core/lib/imageconverter.js
|
||||
core/lib/qrcode.min.js
|
||||
core/lib/heatshrink.js
|
||||
core/lib/marked.min.js
|
||||
apps/animclk/V29.LBM.js
|
||||
apps/banglerun/rollup.config.js
|
||||
|
|
|
@ -4,12 +4,11 @@
|
|||
"author": "Gordon Williams <gw@pur3.co.uk> (http://espruino.com)",
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"acorn": "",
|
||||
"eslint": "7.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint-apps": "eslint ./apps --ext .js",
|
||||
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js && eslint ./core/lib ./core/js",
|
||||
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js",
|
||||
"start": "npx http-server -c-1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue