Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed May 2, 2018
1 parent 0802e9c commit fea5cd4
Show file tree
Hide file tree
Showing 6 changed files with 1,107 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- node
- 7
- 8
- 6

script: npm run travis
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 2.0.4
- 更新 依赖

## 2.0.3
- 更新 `steamer-plugin`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

[![NPM Version](https://img.shields.io/npm/v/steamer-plugin-jb.svg?style=flat)](https://www.npmjs.com/package/steamer-plugin-jb)
[![Travis](https://img.shields.io/travis/steamerjs/steamer-plugin-jb.svg)](https://travis-ci.org/steamerjs/steamer-plugin-jb)
[![Deps](https://david-dm.org/steamerjs/steamer-plugin-jb.svg)](https://david-dm.org/steamerjs/steamer-plugin-jb)
[![Deps](https://img.shields.io/david/steamerjs/steamer-plugin-jb.svg)](https://david-dm.org/steamerjs/steamer-plugin-jb)
[![Coverage](https://img.shields.io/coveralls/steamerjs/steamer-plugin-jb.svg)](https://coveralls.io/github/steamerjs/steamer-plugin-jb)

## 安装
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -49,7 +49,7 @@ class JBPlugin extends SteamerPlugin {

addDeployId(keyvalue) {
return new Promise((resolve, reject) => {
let id = (keyvalue + '').split('=');
let id = (String(keyvalue)).split('=');
let config = this.readPluginConfig(),
gitConfig = config.git || {};

Expand Down

0 comments on commit fea5cd4

Please sign in to comment.