From 15cd6e2aaadfe228c17b13b987e5f5144dc82196 Mon Sep 17 00:00:00 2001 From: zh99998 Date: Mon, 5 Jun 2017 13:48:42 +0800 Subject: [PATCH] 3.0.31 --- .travis.yml | 2 +- appveyor.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d957d217..45087b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,4 @@ install: - npm install - npm prune script: -- npm run release +- npm run dist diff --git a/appveyor.yml b/appveyor.yml index a5ca8e28..2a84dda9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,4 +52,4 @@ install: - npm prune build_script: - - npm run release + - npm run dist diff --git a/package.json b/package.json index 1bd3ffc8..aaeea278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mycard", - "version": "3.0.30", + "version": "3.0.31", "description": "moecube", "keywords": [], "author": "zh99998 ",