1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +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",
"description": "unleash your features",
"version": "3.10.0",
"version": "3.11.0",
"keywords": [
"unleash",
"feature toggle",
@ -113,6 +113,8 @@
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testPathIgnorePatterns": ["/src/store/addons/__tests__/data.js"]
"testPathIgnorePatterns": [
"/src/store/addons/__tests__/data.js"
]
}
}