Skip to content

Commit eaa0629

Browse files
committed
v1.1.0
1 parent 6f21211 commit eaa0629

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/react-theme-provider",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "Theme provider for react and react-naitve applications",
55
"main": "./lib/index.js",
66
"typings": "./typings/index.d.ts",
@@ -61,6 +61,9 @@
6161
"moduleNameMapper": {
6262
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
6363
},
64-
"testPathIgnorePatterns": ["/node_modules/", "/typings/"]
64+
"testPathIgnorePatterns": [
65+
"/node_modules/",
66+
"/typings/"
67+
]
6568
}
6669
}

0 commit comments

Comments
 (0)