1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

1.0.0-alpha.1

This commit is contained in:
Ivar 2016-06-16 17:42:00 +02:00 committed by Ivar Conradi Østhus
parent 4abf226328
commit 1146274882

View File

@ -1,7 +1,7 @@
{
"name": "unleash-server",
"description": "unleash your features",
"version": "0.1.0",
"version": "1.0.0-alpha.1",
"keywords": [
"unleash",
"feature toggle",
@ -107,8 +107,8 @@
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/reflux"
],
"moduleFileExtensions": [
],
"moduleFileExtensions": [
"jsx",
"js"
]