File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "buildCommand" : " npm run build" ,
2
+ "src" : {
3
+ "tagName" : " v%s" ,
4
+ "commitMessage" : " 🔖 %s" ,
5
+ },
3
6
"github" : {
4
7
"release" : true ,
5
8
"releaseName" : " 🚀 Release %s" ,
8
11
"npm" : {
9
12
"publish" : true
10
13
},
11
- "src" : {
12
- "commitMessage" : " 🔖 %s" ,
13
- "tagName" : " v%s"
14
- },
15
14
"changelogCommand" : " git log --pretty=format:'* %s (%h)' [REV_RANGE]"
16
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuexfire" ,
3
3
"version" : " 3.0.0-alpha.0" ,
4
- "description" : " Opinionated firebase binding for vuex " ,
5
- "main" : " dist/vuexfire.common .js" ,
6
- "module" : " dist/vuexfire.esm .js" ,
4
+ "description" : " Firestore binding for Vuex " ,
5
+ "main" : " dist/vuexfire.cjs .js" ,
6
+ "module" : " dist/vuexfire.es .js" ,
7
7
"unpkg" : " dist/vuexfire.js" ,
8
8
"browser" : " dist/vuexfire.js" ,
9
9
"files" : [
21
21
"test:coverage" : " nyc yon run test:unit" ,
22
22
"dev:test" : " yon run test:unit -- --watch" ,
23
23
"prebuild" : " rimraf dist" ,
24
- "build " : " node build/build.js " ,
25
- "preversion " : " yon run build " ,
24
+ "prepublishOnly " : " npm run build" ,
25
+ "build " : " rollit " ,
26
26
"watch" : " npm-watch"
27
27
},
28
28
"watch" : {
You can’t perform that action at this time.
0 commit comments