1
0
mirror of synced 2025-12-11 00:48:21 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2023-07-04 13:13:30 +08:00
parent e24e304c92
commit df55c668d1

View File

@@ -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"
},