Merge branch 'main' of github.com:ayoayco/web-component-base
This commit is contained in:
commit
af1ef22042
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
"pub:minor": "npm version minor && npm run pub",
|
"pub:minor": "npm version minor && npm run pub",
|
||||||
"check:size": "npm run build && size-limit ./dist/WebComponent.js",
|
"check:size": "npm run build && size-limit ./dist/WebComponent.js",
|
||||||
"pretty": "prettier --write \"./**/*.{js,mjs,json}\"",
|
"pretty": "prettier --write \"./**/*.{js,mjs,json}\"",
|
||||||
"lint": "eslint --fix \"./**/*.{js,mjs}\"",
|
"lint": "eslint . --config .eslintrc.cjs --ext .js,.mjs",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/ayoayco/web-component-base",
|
"repository": "https://github.com/ayoayco/web-component-base",
|
||||||
|
|
Loading…
Reference in a new issue