1
0
Fork 0

Remove core testing - we'll do this in the EspruinoAppsCore repo

master
Gordon Williams 2020-09-01 15:05:15 +01:00
parent 8ad5d13516
commit b1fe7201c8
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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": {