Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from karma-runner/chore/update-dev-dependencies
Browse files Browse the repository at this point in the history
chore: update dev dependencies
  • Loading branch information
rogeriopvl authored Nov 24, 2018
2 parents 3be8633 + 951d247 commit bbde8bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- 4
- 5
- 6
- stable
- 8
- 10

# Make sure we have new NPM.
before_install:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"resolve": "^1.3.3"
},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-bump": "^0.3.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.2.0",
"standard": "^10.0.2"
"load-grunt-tasks": "^4.0.0",
"standard": "^12.0.0"
},
"preferGlobal": true,
"bin": {
"karma": "./bin/karma"
},
"engines": {
"node": "4 || 5 || 6 || 8"
"node": ">= 6"
},
"version": "1.0.1",
"license": "MIT"
Expand Down

0 comments on commit bbde8bf

Please sign in to comment.