Skip to content

Commit 777e562

Browse files
committed
v0.1.0
1 parent 7c1b3fe commit 777e562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-graphql-typed-files-modules",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Eric Matte <[email protected]>",
55
"description": "Get type safety for your graphql documents.",
66
"keywords": [
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"build": "rimraf lib && tsc && cp package.json lib/package.json",
19-
"postversion": "git push --tags -f",
19+
"postversion": "git push && git push --tags -f",
2020
"test": "jest"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)