Skip to content

Commit fa3f12f

Browse files
v0.9.1
1 parent 814ad1c commit fa3f12f

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

.husky/_/husky.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-unknown",
3-
"version": "0.8.0",
3+
"version": "0.9.1",
44
"description": "A Vue Skeleton Framework",
55
"author": "Andrea Giuffrida [email protected]",
66
"homepage": "https://github.com/the-unknown-code/vue-unknown",
@@ -16,26 +16,13 @@
1616
"major": "npm version major --no-git-tag-version",
1717
"test-routes": "node dev-tools/config/scripts/prerender.routes.js",
1818
"storybook": "start-storybook -p 6006 -s ./.storybook/images",
19-
"build-storybook": "build-storybook",
20-
"prepare": "husky install",
21-
"test": "lint-staged"
22-
},
23-
"lint-staged": {
24-
"src/**/*.{js,jsx}": [
25-
"eslint . --fix",
26-
"git add"
27-
],
28-
"style/**/*.scss": [
29-
"stylelint --syntax scss --fix",
30-
"git add"
31-
]
19+
"build-storybook": "build-storybook"
3220
},
3321
"license": "ISC",
3422
"main": "src/bootstrap.js",
3523
"dependencies": {
3624
"@vueuse/core": "^8.0.1",
3725
"core-js": "^3.10.2",
38-
"gsap": "^3.0.0-beta.11",
3926
"mitt": "^2.1.0",
4027
"regenerator-runtime": "^0.13.7",
4128
"vue": "^3.0.11",

0 commit comments

Comments
 (0)