1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02: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", "name": "unleash-frontend",
"description": "unleash your features", "description": "unleash your features",
"version": "3.1.3", "version": "3.1.4",
"keywords": [ "keywords": [
"unleash", "unleash",
"feature toggle", "feature toggle",
@ -100,6 +100,8 @@
"setupFiles": [ "setupFiles": [
"<rootDir>/jest-setup.js" "<rootDir>/jest-setup.js"
], ],
"snapshotSerializers": ["enzyme-to-json/serializer"] "snapshotSerializers": [
"enzyme-to-json/serializer"
]
} }
} }