expo-backend-types 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.8",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
20
20
|
"test:e2e": "jest --config ./test/jest-e2e.json",
|
21
21
|
"postversion": "npm publish",
|
22
|
-
"postpublish": "git push
|
22
|
+
"postpublish": "git push --follow-tags"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
25
|
"@nestjs/common": "^10.0.0",
|