File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @gitbook/integration-formspree ' : minor
3
+ ---
4
+
5
+ Add a changeset for formspree
Original file line number Diff line number Diff line change
1
+ # @gitbook/integration-formspree
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitbook/integration-formspree" ,
3
+ "version" : " 0.1.0" ,
3
4
"private" : true ,
4
- "scripts" : {
5
- "typecheck" : " tsc --noEmit" ,
6
- "publish-integrations-staging" : " gitbook publish ."
7
- },
8
5
"dependencies" : {
9
6
"@gitbook/runtime" : " workspace:*"
10
7
},
11
8
"devDependencies" : {
12
9
"@gitbook/cli" : " workspace:*" ,
13
10
"@gitbook/tsconfig" : " workspace:*"
11
+ },
12
+ "scripts" : {
13
+ "typecheck" : " tsc --noEmit" ,
14
+ "check" : " gitbook check" ,
15
+ "publish-integrations-staging" : " gitbook publish ." ,
16
+ "publish-integrations" : " gitbook publish ."
14
17
}
15
18
}
You can’t perform that action at this time.
0 commit comments