From 1146274882dcef4859a99da921f008ceddeabcf8 Mon Sep 17 00:00:00 2001 From: Ivar Date: Thu, 16 Jun 2016 17:42:00 +0200 Subject: [PATCH] 1.0.0-alpha.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 30410af318..03b67ecce3 100644 --- a/package.json +++ b/package.json @@ -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": [ "/node_modules/react", "/node_modules/reflux" - ], - "moduleFileExtensions": [ + ], + "moduleFileExtensions": [ "jsx", "js" ]