@react-native-vector-icons/feather 4.29.2-alpha.12 → 4.29.2-alpha.15
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.
- package/lib/commonjs/index.js +1 -1
- package/lib/module/index.js +1 -1
- package/package.json +4 -4
package/lib/commonjs/index.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _common = require("@react-native-vector-icons/common");
|
|
8
|
-
var _Feather = _interopRequireDefault(require("
|
|
8
|
+
var _Feather = _interopRequireDefault(require("../../glyphmaps/Feather.json"));
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
10
|
/**
|
|
11
11
|
* Feather icon set component.
|
package/lib/module/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { createIconSet } from '@react-native-vector-icons/common';
|
|
7
|
-
import glyphMap from '
|
|
7
|
+
import glyphMap from '../../glyphmaps/Feather.json';
|
|
8
8
|
const Icon = createIconSet(glyphMap, 'Feather', 'Feather.ttf');
|
|
9
9
|
export default Icon;
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/feather",
|
|
3
|
-
"version": "4.29.2-alpha.
|
|
3
|
+
"version": "4.29.2-alpha.15",
|
|
4
4
|
"description": "Feather font for react native vector icons",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"typecheck": "tsc --noEmit",
|
|
32
32
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
33
33
|
"clean": "del-cli android/build ios/build lib",
|
|
34
|
-
"prepare": "bob build",
|
|
34
|
+
"prepare": "bob build && ../../scripts/fix-glyphmaps.sh",
|
|
35
35
|
"watch": "onchange 'src/**' --initial -- yarn run prepare"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"registry": "https://registry.npmjs.org/"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@react-native-vector-icons/common": "^0.0.1-alpha.
|
|
76
|
+
"@react-native-vector-icons/common": "^0.0.1-alpha.10"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"del-cli": "^5.1.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
]
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "1ca1c866368f53c2cc88fe53cbe9b95fe2d1cd23"
|
|
107
107
|
}
|