Skip to content

Commit

Permalink
Updated grunt-contrib-qunit version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdev07 committed Jun 18, 2020
1 parent 96592a5 commit 34cd751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.11"
- "12"
before_script:
- npm install -g grunt-cli
script:
- grunt default --verbose
- grunt default --verbose
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-docco": "~0.2.0"
}
Expand Down

0 comments on commit 34cd751

Please sign in to comment.