We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1b3fe commit 777e562Copy full SHA for 777e562
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-graphql-typed-files-modules",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"author": "Eric Matte <[email protected]>",
5
"description": "Get type safety for your graphql documents.",
6
"keywords": [
@@ -16,7 +16,7 @@
16
],
17
"scripts": {
18
"build": "rimraf lib && tsc && cp package.json lib/package.json",
19
- "postversion": "git push --tags -f",
+ "postversion": "git push && git push --tags -f",
20
"test": "jest"
21
},
22
"dependencies": {
0 commit comments