File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @ulyssear/css-in-js-in-html" ,
3- "version" : " 0.1.4 " ,
4- "description" : " " ,
5- "main" : " index.js" ,
3+ "version" : " 0.1.5 " ,
4+ "description" : " CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only. " ,
5+ "main" : " build/ index.min .js" ,
66 "scripts" : {
77 "test" : " jest" ,
88 "format" : " rome format --write --indent-style tab --line-width 160 --quote-style single src/index.js" ,
1414 "lint:fix:polyfill" : " rome check --apply-suggested src/polyfill.js" ,
1515 "lint:all" : " rome check src" ,
1616 "lint:fix:all" : " rome check --apply-suggested src" ,
17- "build" : " esbuild src/index.js --bundle --outfile=build/index.min.js --minify --sourcemap " ,
18- "build:polyfill" : " esbuild src/polyfill.js --bundle --outfile=build/polyfill.min.js --minify --sourcemap " ,
17+ "build" : " esbuild src/index.js --bundle --outfile=build/index.min.js --minify" ,
18+ "build:polyfill" : " esbuild src/polyfill.js --bundle --outfile=build/polyfill.min.js --minify" ,
1919 "build:all" : " npm run build && npm run build:polyfill" ,
2020 "build:hot" : " npm run build -- --watch" ,
2121 "build:hot:polyfill" : " npm run build:polyfill -- --watch" ,
You can’t perform that action at this time.
0 commit comments