chore: small changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
"> 0.25%",
|
||||
"since 2015",
|
||||
"not dead"
|
||||
],
|
||||
"scripts": {
|
||||
@@ -16,7 +16,7 @@
|
||||
"format": "lsla prettier \"*.{js,ts}\" \"src/**/*.{js,scss,css}\" \"build/*.js\" \"test/*.{js,html}\" --write",
|
||||
"lint": "eslint src/**/*.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"es5": "es-check es5 dist/eruda.js",
|
||||
"es5": "es-check es5 dist/eruda.js dist/eruda-polyfill.js",
|
||||
"setup": "lsla shx mkdir -p test/lib && lsla shx cp node_modules/jasmine-core/lib/jasmine-core/{jasmine.css,jasmine.js,jasmine-html.js,boot.js} test/lib && lsla shx cp node_modules/jasmine-jquery/lib/jasmine-jquery.js test/lib && lsla shx cp node_modules/jquery/dist/jquery.js test/lib",
|
||||
"genIcon": "lsla genIcon --input src/style/icon --output src/style/icon.css --name eruda-icon && lsla prettier src/**/*.css --write"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user