Skip to content

Commit

Permalink
~ travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Feb 6, 2017
1 parent 29a9332 commit 5b2121e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 4.0
- 6.0
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "blear.classes.qrcode",
"version": "1.0.4",
"version": "1.0.5",
"description": "二维码生成类",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand All @@ -10,7 +10,7 @@
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=1.0.0",
"node": ">=6.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
Expand Down

0 comments on commit 5b2121e

Please sign in to comment.