@pagopa/io-react-native-wallet 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pagopa/io-react-native-wallet",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.6",
|
4
4
|
"description": "Provide data structures, helpers and API for IO Wallet",
|
5
5
|
"main": "lib/commonjs/index",
|
6
6
|
"module": "lib/module/index",
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"!android/local.properties",
|
24
24
|
"!**/__tests__",
|
25
25
|
"!**/__fixtures__",
|
26
|
+
"!**/__mocks__",
|
26
27
|
"!**/.*"
|
27
28
|
],
|
28
29
|
"scripts": {
|