@devlander/expo-app-config 0.0.41 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devlander/expo-app-config",
3
- "version": "0.0.41",
3
+ "version": "0.0.44",
4
4
  "description": "A package to help with deployment of expo applications for different environments",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -16,7 +16,7 @@
16
16
  "lint": "yarn format && eslint --fix './src/**/*.{js,jsx,ts,tsx}' && eslint --fix './__tests__/**/*.{js,jsx,ts,tsx}'",
17
17
  "build": "npx rimraf ./dist && npx rimraf ./typings && yarn build:esm && yarn build:umd",
18
18
  "build:umd": "yarn run increment-version && rollup -c ",
19
- "postinstall": "yarn run build"
19
+ "prepare": "yarn run build"
20
20
  },
21
21
  "keywords": [
22
22
  "devlander"
@@ -40,6 +40,7 @@
40
40
  "@rollup/plugin-node-resolve": "^15.2.3",
41
41
  "@rollup/plugin-typescript": "^11.1.6",
42
42
  "@types/jest": "^29.5.11",
43
+ "@types/node": "^20.11.5",
43
44
  "@typescript-eslint/eslint-plugin": "^6.19.0",
44
45
  "@typescript-eslint/parser": "^6.19.0",
45
46
  "eslint": "^8.56.0",