Skip to content

Commit

Permalink
~ travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jan 17, 2017
1 parent d858ac7 commit 3246c8f
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.core.cookie",
"version": "1.0.2",
"version": "1.0.4",
"description": "浏览器核心 cookie",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand All @@ -10,7 +10,7 @@
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">= 4.0.0",
"node": ">= 6.0.0",
"iojs": ">= 1.0.0"
},
"main": "src/index.js",
Expand Down

0 comments on commit 3246c8f

Please sign in to comment.