Skip to content

Commit

Permalink
chore: update lockfile and remove sass
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Oct 14, 2023
1 parent 2d3da3e commit 1bc6acc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 197 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

lint-staged
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"prebuild": "pnpm clean",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "pnpm test -- --no-cache && pnpm build && publint"
"prepublishOnly": "pnpm test -- --no-cache && pnpm build && publint",
"prepare": "husky install"
},
"files": [
"dist/"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,js}": [
"eslint --fix",
Expand Down Expand Up @@ -76,7 +72,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"full-icu": "^1.5.0",
"husky": "^4.3.8",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.0.3",
Expand All @@ -86,7 +82,6 @@
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-esbuild": "^5.0.0",
"sass": "^1.56.1",
"svelte": "^3.53.1",
"svelte-preprocess": "^5.0.4",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 1bc6acc

Please sign in to comment.