File tree 5 files changed +98
-1506
lines changed
5 files changed +98
-1506
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "lerna" : " 2.2.0" ,
3
+ "packages" : [
4
+ " packages/**" ,
5
+ " oss"
6
+ ],
7
+ "npmClient" : " yarn" ,
8
+ "useWorkspaces" : true ,
9
+ "version" : " 1.0.1"
10
+ }
Original file line number Diff line number Diff line change 7
7
"license" : " MIT" ,
8
8
"private" : true ,
9
9
"scripts" : {
10
+ "lerna" : " lerna" ,
10
11
"site" : " yarn workspace @howtographql/oss" ,
11
- "theme" : " yarn workspace @howtographql/gatsby-theme"
12
+ "theme" : " yarn workspace @howtographql/gatsby-theme" ,
13
+ "publish" : " lerna publish --skip-git"
12
14
},
13
15
"workspaces" : {
14
16
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @howtographql/gatsby-theme" ,
3
- "version" : " 0 .0.1" ,
3
+ "version" : " 1 .0.1" ,
4
4
"description" : " The content/gatsby theme for htg2" ,
5
5
"main" : " index.ts" ,
6
6
"license" : " MIT" ,
7
+ "private" : false ,
7
8
"scripts" : {
8
9
"generate" : " graphql-codegen"
9
10
},
11
+ "publishConfig" : {
12
+ "access" : " public"
13
+ },
10
14
"devDependencies" : {
11
15
"@graphql-codegen/cli" : " ^1.1.1" ,
12
16
"@graphql-codegen/typescript" : " ^1.1.1" ,
97
101
" html"
98
102
]
99
103
}
100
- }
104
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-db" ,
3
- "version " : " 0.0.0 " ,
3
+ "private " : true ,
4
4
"scripts" : {
5
5
"dev" : " yoga dev" ,
6
6
"build" : " yoga build" ,
24
24
"singleQuote" : true ,
25
25
"trailingComma" : " all"
26
26
},
27
- "license" : " MIT"
27
+ "license" : " MIT" ,
28
+ "version" : " 1.0.1"
28
29
}
You can’t perform that action at this time.
0 commit comments