Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Dec 6, 2016
1 parent 44e03fd commit 2867ef2
Show file tree
Hide file tree
Showing 4 changed files with 4,769 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -12,5 +12,6 @@
"Gruntfile.js",
"node_modules",
"test"
]
],
"version": "2.1.0"
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,11 +2,11 @@
"name": "qunitjs",
"title": "QUnit",
"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "2.1.0-pre",
"version": "2.1.0",
"homepage": "https://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/qunitjs/qunit/blob/master/AUTHORS.txt"
"url": "https://github.com/qunitjs/qunit/blob/2.1.0/AUTHORS.txt"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,6 +74,6 @@
},
"main": "qunit/qunit.js",
"engines": {
"node" : "0.12.* || 4.* || 6.* || 7.*"
"node": "0.12.* || 4.* || 6.* || 7.*"
}
}

0 comments on commit 2867ef2

Please sign in to comment.