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 1
1
{
2
2
"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" ,
6
6
"scripts" : {
7
7
"test" : " jest" ,
8
8
"format" : " rome format --write --indent-style tab --line-width 160 --quote-style single src/index.js" ,
14
14
"lint:fix:polyfill" : " rome check --apply-suggested src/polyfill.js" ,
15
15
"lint:all" : " rome check src" ,
16
16
"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" ,
19
19
"build:all" : " npm run build && npm run build:polyfill" ,
20
20
"build:hot" : " npm run build -- --watch" ,
21
21
"build:hot:polyfill" : " npm run build:polyfill -- --watch" ,
You can’t perform that action at this time.
0 commit comments