We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4754e95 commit d3a6c7fCopy full SHA for d3a6c7f
bower.json
@@ -5,8 +5,10 @@
5
"qunit/qunit.js",
6
"qunit/qunit.css"
7
],
8
+ "license": "https://github.com/jquery/qunit/blob/master/MIT-LICENSE.txt",
9
"ignore": [
10
"**/.*",
11
+ "!MIT-LICENSE.txt",
12
"package.json",
13
"bower.json",
14
"Gruntfile.js",
package.json
@@ -26,6 +26,11 @@
26
"url": "https://github.com/jquery/qunit/blob/master/MIT-LICENSE.txt"
27
}
28
29
+ "files": [
30
+ "qunit/qunit.js",
31
+ "qunit/qunit.css",
32
+ "MIT-LICENSE.txt"
33
+ ],
34
"dependencies": {},
35
"devDependencies": {
36
"grunt": "0.4.2",
0 commit comments