8000 Removed sourcemap & Added description in npm config · ulyssear/css-in-js-in-html@60dbf45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60dbf45

Browse files
committed
Removed sourcemap & Added description in npm config
1 parent 432e97e commit 60dbf45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -14,8 +14,8 @@
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",

0 commit comments

Comments
 (0)
0