We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acab8ec commit ff5a3bdCopy full SHA for ff5a3bd
bower.json
@@ -12,5 +12,6 @@
12
"Gruntfile.js",
13
"node_modules",
14
"test"
15
- ]
+ ],
16
+ "version": "2.2.0"
17
}
package.json
@@ -2,11 +2,11 @@
2
"name": "qunitjs",
3
"title": "QUnit",
4
"description": "An easy-to-use JavaScript Unit Testing framework.",
5
- "version": "2.2.0-pre",
+ "version": "2.2.0",
6
"homepage": "https://qunitjs.com",
7
"author": {
8
"name": "jQuery Foundation and other contributors",
9
- "url": "https://github.com/qunitjs/qunit/blob/master/AUTHORS.txt"
+ "url": "https://github.com/qunitjs/qunit/blob/2.2.0/AUTHORS.txt"
10
},
11
"repository": {
"type": "git",
0 commit comments