File tree Expand file tree Collapse file tree 2 files changed +1013
-25
lines changed Expand file tree Collapse file tree 2 files changed +1013
-25
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
7
7
"test" : " npm run lint && npm run unit" ,
8
+ "release" : " yarn test && standard-version && git push --follow-tags && npm publish" ,
8
9
"unit" : " jest" ,
9
10
"lint" : " eslint src"
10
11
},
28
29
},
29
30
"homepage" : " https://prismic-nuxt.js.org" ,
30
31
"dependencies" : {
32
+ "@prismicio/vue" : " ^2.0.7" ,
31
33
"consola" : " ^2.14.0" ,
32
34
"prismic-dom" : " ^2.2.3" ,
33
- "prismic-javascript" : " ^3.0.1" ,
34
- "@prismicio/vue" : " ^2.0.7"
35
+ "prismic-javascript" : " ^3.0.1"
35
36
},
36
37
"devDependencies" : {
37
38
"eslint" : " ^7.4.0" ,
38
39
"eslint-config-airbnb-base" : " ^14.2.0" ,
39
40
"eslint-plugin-import" : " ^2.22.0" ,
40
- "jest" : " ^26.1.0"
41
+ "jest" : " ^26.1.0" ,
42
+ "standard-version" : " ^8.0.2"
41
43
},
42
44
"engines" : {
43
45
"node" : " >= 8.0.0"
You can’t perform that action at this time.
0 commit comments