1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
This commit is contained in:
ivaosthu 2019-01-19 11:45:53 +01:00
parent 4c5e73ecf5
commit 5c097daf45

View File

@ -1,7 +1,7 @@
{
"name": "unleash-frontend",
"description": "unleash your features",
"version": "3.1.3",
"version": "3.1.4",
"keywords": [
"unleash",
"feature toggle",
@ -100,6 +100,8 @@
"setupFiles": [
"<rootDir>/jest-setup.js"
],
"snapshotSerializers": ["enzyme-to-json/serializer"]
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}