Skip to content

Commit 01ea1c2

Browse files
committedJan 21, 2021
chore(deps): remove dependency compile-less-cli #12
1 parent f7451fa commit 01ea1c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
"doc": "kkt build --app-src ./website",
1212
"start": "kkt start --app-src ./website",
1313
"build": "npm run build:lib && npm run doc",
14-
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build",
15-
"watch": "npm run ts:watch & npm run types:watch & npm run css:watch",
14+
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs",
15+
"watch": "npm run ts:watch & npm run types:watch",
1616
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
1717
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
1818
"types:esm": "npm run types:build -- --outDir ../lib/esm",
1919
"types:cjs": "npm run types:build -- --outDir ../lib/cjs",
20-
"css:build": "compile-less -d src -o lib/esm",
21-
"css:watch": "compile-less -d src -o lib/esm --watch",
2220
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
2321
"ts:build": "tsbb build --target react"
2422
},
@@ -46,7 +44,6 @@
4644
"@types/react": "16.9.34",
4745
"@types/react-dom": "16.9.6",
4846
"@uiw/react-github-corners": "1.1.3",
49-
"compile-less-cli": "1.6.0",
5047
"kkt": "6.2.1",
5148
"react": "16.13.1",
5249
"react-dom": "16.13.1",

0 commit comments

Comments
 (0)
Please sign in to comment.