expo-backend-types 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.5",
3
+ "version": "0.0.7",
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 origin master; git push origin --tags"
22
+ "postpublish": "git push origin --all; git push origin --tags"
23
23
  },
24
24
  "dependencies": {
25
25
  "@nestjs/common": "^10.0.0",