expo-backend-types 0.0.6 → 0.0.8

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -18,7 +18,8 @@
18
18
  "test:cov": "jest --coverage",
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
- "postversion": "npm publish"
21
+ "postversion": "npm publish",
22
+ "postpublish": "git push --follow-tags"
22
23
  },
23
24
  "dependencies": {
24
25
  "@nestjs/common": "^10.0.0",