Skip to content

Commit

Permalink
~ 更新依赖模块版本
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Apr 14, 2017
1 parent a08aa45 commit 6348086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 4.0
- 6.0
script:
- npm run test-travis
after_success:
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "blear.node.template",
"version": "1.0.18",
"version": "1.0.19",
"description": "指令型模板引擎",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand All @@ -11,7 +11,7 @@
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=1.0.0",
"node": ">=6.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
Expand All @@ -38,9 +38,9 @@
"url": "https://github.com/blearjs/blear.node.template/issues"
},
"dependencies": {
"blear.classes.class": "1.x",
"blear.classes.events": "1.x",
"blear.classes.template": "1.x",
"blear.classes.class": "^1.1.6",
"blear.classes.events": "^1.0.7",
"blear.classes.template": "^1.1.0",
"blear.utils.access": "1.x",
"blear.utils.array": "1.x",
"blear.utils.collection": "1.x",
Expand Down

0 comments on commit 6348086

Please sign in to comment.