1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
This commit is contained in:
Ivar Conradi Østhus 2021-02-05 14:33:32 +01:00
parent 19543dc1fa
commit cc29392e6c

View File

@ -1,7 +1,7 @@
{ {
"name": "unleash-frontend", "name": "unleash-frontend",
"description": "unleash your features", "description": "unleash your features",
"version": "3.10.0", "version": "3.11.0",
"keywords": [ "keywords": [
"unleash", "unleash",
"feature toggle", "feature toggle",
@ -113,6 +113,8 @@
"snapshotSerializers": [ "snapshotSerializers": [
"enzyme-to-json/serializer" "enzyme-to-json/serializer"
], ],
"testPathIgnorePatterns": ["/src/store/addons/__tests__/data.js"] "testPathIgnorePatterns": [
"/src/store/addons/__tests__/data.js"
]
} }
} }