File tree Expand file tree Collapse file tree 3 files changed +2
-50
lines changed Expand file tree Collapse file tree 3 files changed +2
-50
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-unknown" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " A Vue Skeleton Framework" ,
5
5
"author" :
" Andrea Giuffrida [email protected] " ,
6
6
"homepage" : " https://github.com/the-unknown-code/vue-unknown" ,
16
16
"major" : " npm version major --no-git-tag-version" ,
17
17
"test-routes" : " node dev-tools/config/scripts/prerender.routes.js" ,
18
18
"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"
32
20
},
33
21
"license" : " ISC" ,
34
22
"main" : " src/bootstrap.js" ,
35
23
"dependencies" : {
36
24
"@vueuse/core" : " ^8.0.1" ,
37
25
"core-js" : " ^3.10.2" ,
38
- "gsap" : " ^3.0.0-beta.11" ,
39
26
"mitt" : " ^2.1.0" ,
40
27
"regenerator-runtime" : " ^0.13.7" ,
41
28
"vue" : " ^3.0.11" ,
You can’t perform that action at this time.
0 commit comments