From 0ec74e8d8d545a6018f2c067705e6d4649fe96b4 Mon Sep 17 00:00:00 2001 From: RobinzZH Date: Thu, 16 Aug 2018 16:42:40 +0800 Subject: [PATCH] fix(package): change version to alpha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53f2d82e..06ed312a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tswjs/tsw", - "version": "1.2.3", + "version": "1.2.3-alpha", "description": "A Node.js infrastructure which is designed for improving the efficiency of locating problems, providing multiple functions for front-end developers", "scripts": { "lint": "eslint examples bin test --fix",