We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f21211 commit eaa0629Copy full SHA for eaa0629
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@callstack/react-theme-provider",
3
- "version": "1.0.7",
+ "version": "1.1.0",
4
"description": "Theme provider for react and react-naitve applications",
5
"main": "./lib/index.js",
6
"typings": "./typings/index.d.ts",
@@ -61,6 +61,9 @@
61
"moduleNameMapper": {
62
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
63
},
64
- "testPathIgnorePatterns": ["/node_modules/", "/typings/"]
+ "testPathIgnorePatterns": [
65
+ "/node_modules/",
66
+ "/typings/"
67
+ ]
68
}
69
0 commit comments