Skip to content

Commit 53a5e9c

Browse files
chore: add dist in repo for jsr
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent cf98cd6 commit 53a5e9c

File tree

5 files changed

+36
-37
lines changed

5 files changed

+36
-37
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ typings/
8080

8181
# Nuxt.js build / generate output
8282
.nuxt
83-
dist
8483

8584
# Gatsby files
8685
.cache/

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files.eol": "\n",
33
"editor.formatOnSave": true,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll": true
5+
"source.fixAll": "explicit"
66
},
77
"[vue]": {
88
"editor.defaultFormatter": "esbenp.prettier-vscode"

bun.lockb

4.28 KB
Binary file not shown.

package.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"scripts": {
2727
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && prettier --write dist/*{cjs,js,ts}",
2828
"test": "echo 'Add Tests'",
29-
"lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:css",
30-
"lintfix": "npm run lint:prettier:fix && npm run lint:eslint:fix && npm run lint:css:fix",
31-
"lint:js": "npm run lint:eslint && npm run lint:prettier",
32-
"lint:eslint": "eslint \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore",
33-
"lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore",
34-
"lint:prettier": "prettier --check \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore",
35-
"lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore",
36-
"lint:css": "stylelint \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore",
37-
"lint:css:fix": "stylelint --fix \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore",
29+
"lint": "bun run lint:prettier && bun run lint:eslint && bun run lint:css",
30+
"lintfix": "bun run lint:prettier:fix && bun run lint:eslint:fix && bun run lint:css:fix",
31+
"lint:js": "bun run lint:eslint && bun run lint:prettier",
32+
"lint:eslint": "eslint \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"",
33+
"lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"",
34+
"lint:prettier": "prettier --check \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"",
35+
"lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"",
36+
"lint:css": "stylelint \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\"",
37+
"lint:css:fix": "stylelint --fix \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\"",
3838
"prepare": "husky install",
3939
"release": "shipjs prepare",
4040
"release:dry": "shipjs prepare --dry-run",
@@ -50,37 +50,37 @@
5050
"vue": "^3.4.7"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^19.0.0",
54-
"@commitlint/config-conventional": "^19.0.0",
53+
"@commitlint/cli": "^19.2.1",
54+
"@commitlint/config-conventional": "^19.1.0",
5555
"@tweakpane/core": "^2.0.3",
56-
"@types/node": "^20.10.8",
57-
"@types/uuid": "^9.0.7",
58-
"@typescript-eslint/eslint-plugin": "^6.18.1",
59-
"@typescript-eslint/parser": "^6.18.1",
56+
"@types/node": "^20.11.30",
57+
"@types/uuid": "^9.0.8",
58+
"@typescript-eslint/eslint-plugin": "^7.3.1",
59+
"@typescript-eslint/parser": "^7.3.1",
6060
"@vinayakkulkarni/prettier-config-vue": "^1.0.0",
61-
"@vitejs/plugin-vue": "^5.0.2",
62-
"@vue/runtime-dom": "^3.4.7",
63-
"eslint": "^8.56.0",
61+
"@vitejs/plugin-vue": "^5.0.4",
62+
"@vue/runtime-dom": "^3.4.21",
63+
"eslint": "^8.57.0",
6464
"eslint-config-prettier": "^9.1.0",
65-
"eslint-plugin-jsdoc": "^48.0.2",
66-
"eslint-plugin-prettier": "^5.1.2",
65+
"eslint-plugin-jsdoc": "^48.2.1",
66+
"eslint-plugin-prettier": "^5.1.3",
6767
"eslint-plugin-security": "^1.7.1",
68-
"eslint-plugin-storybook": "^0.6.15",
69-
"eslint-plugin-vue": "^9.19.2",
70-
"husky": "^8.0.3",
71-
"lint-staged": "^15.2.0",
72-
"postcss-html": "^1.5.0",
73-
"prettier": "^3.1.1",
74-
"sass": "^1.69.7",
68+
"eslint-plugin-storybook": "^0.8.0",
69+
"eslint-plugin-vue": "^9.23.0",
70+
"husky": "^9.0.11",
71+
"lint-staged": "^15.2.2",
72+
"postcss-html": "^1.6.0",
73+
"prettier": "^3.2.5",
74+
"sass": "^1.72.0",
7575
"shipjs": "^0.26.3",
76-
"stylelint": "15.11.0",
76+
"stylelint": "16.2.1",
7777
"stylelint-config-recommended-vue": "^1.5.0",
78-
"stylelint-prettier": "4.1.0",
79-
"typescript": "^5.3.3",
78+
"stylelint-prettier": "5.0.0",
79+
"typescript": "^5.4.2",
8080
"uuid": "^9.0.1",
81-
"vite": "^5.0.11",
82-
"vue": "^3.4.7",
83-
"vue-tsc": "^1.8.27"
81+
"vite": "^5.1.6",
82+
"vue": "^3.4.21",
83+
"vue-tsc": "^2.0.6"
8484
},
8585
"keywords": [
8686
"tweakpane",

ship.config.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
installCommand: () => 'npm i --prefer-offline --no-audit --omit=optional',
3-
publishCommand: () => 'npm publish --tag latest',
2+
installCommand: () => 'bun i --prefer-offline --no-audit',
3+
publishCommand: () => 'bun publish --tag latest',
44
};

0 commit comments

Comments
 (0)