@rnpack/utils 0.1.7 → 0.1.8
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/package.json +1 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnpack/utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Basic utilities will be available and ready to use",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -155,13 +155,6 @@
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
-
"jest": {
|
|
159
|
-
"preset": "react-native",
|
|
160
|
-
"modulePathIgnorePatterns": [
|
|
161
|
-
"<rootDir>/example/node_modules",
|
|
162
|
-
"<rootDir>/lib/"
|
|
163
|
-
]
|
|
164
|
-
},
|
|
165
158
|
"create-react-native-library": {
|
|
166
159
|
"languages": "kotlin-swift",
|
|
167
160
|
"type": "nitro-module",
|