Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from busterjs/update-deps
Browse files Browse the repository at this point in the history
updating deps and travis for betterer node
  • Loading branch information
dominykas committed Nov 14, 2015
2 parents 32139ef + 0498ad9 commit 7146fe4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.log
node_modules
.idea
8 changes: 8 additions & 0 deletions .travis.yml
@@ -1 +1,9 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
before_install:
- npm i -g npm
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -22,6 +22,9 @@
}],
"license": "BSD-3-Clause",
"main": "./lib/buster-autotest",
"engines": {
"node": ">= 4"
},
"repository": {
"type": "git",
"url": "https://github.com/busterjs/buster-autotest.git"
Expand All @@ -31,10 +34,10 @@
"test-debug": "node --debug-brk run-tests.js"
},
"dependencies": {
"chokidar": "^1.0.0",
"multi-glob": "=0.4.0"
"chokidar": "1.x",
"multi-glob": "1.x"
},
"devDependencies": {
"buster-node": ">=0.1"
"buster-node": "0.7.x"
}
}

0 comments on commit 7146fe4

Please sign in to comment.