@react-native-vector-icons/feather 4.29.2-alpha.30 → 4.29.2-alpha.31

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/feather",
3
- "version": "4.29.2-alpha.30",
3
+ "version": "4.29.2-alpha.31",
4
4
  "description": "Feather font for react native vector icons",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
@@ -38,8 +38,6 @@
38
38
  "!**/.*"
39
39
  ],
40
40
  "scripts": {
41
- "typecheck": "tsc --noEmit",
42
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
43
41
  "clean": "del-cli android/build ios/build lib",
44
42
  "prepare": "bob build && ../../scripts/fix-glyphmaps.sh",
45
43
  "watch": "onchange 'src/**' --initial -- yarn run prepare"
@@ -82,7 +80,7 @@
82
80
  "registry": "https://registry.npmjs.org/"
83
81
  },
84
82
  "dependencies": {
85
- "@react-native-vector-icons/common": "^11.0.0-alpha.0"
83
+ "@react-native-vector-icons/common": "^11.0.0-alpha.1"
86
84
  },
87
85
  "devDependencies": {
88
86
  "del-cli": "^6.0.0",
@@ -127,5 +125,5 @@
127
125
  "type": "library",
128
126
  "version": "0.41.2"
129
127
  },
130
- "gitHead": "d48f0a5a5f05bcbe55acdd81c69f45879af19398"
128
+ "gitHead": "342821d7dd8f6bc219412b3f837af4f6b449cff6"
131
129
  }