From 9ecaebb3af48d4d5efc0e633ce84828f6f0248dd Mon Sep 17 00:00:00 2001 From: ShanaMaid Date: Wed, 23 May 2018 23:42:04 +0800 Subject: [PATCH] upgrade to 0.1.3 for fix backtop --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 818f21f..58976af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f880c0..d29e375 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.2", + "version": "0.1.3", "description": " A customizable PC terminal component library based on react which has strong expansibility, it can output corresponding components according to different business scenarios.", "main": "lib/index", "module": "es6/index",