We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3dbf0 commit 4452353Copy full SHA for 4452353
package.json
@@ -17,7 +17,10 @@
17
"plugin"
18
],
19
"author": "Dimitris Krestos <dkrestos@gmail.com>",
20
- "license": "Apache",
+ "license": {
21
+ "type" : "Apache-2.0",
22
+ "url" : "http://www.apache.org/licenses/LICENSE-2.0"
23
+ },
24
"bugs": {
25
"url": "https://github.com/vdw/Tabslet/issues"
26
},
tabslet.jquery.json
@@ -23,7 +23,7 @@
"licenses": [
{
- "type": "Apache",
+ "type": "Apache-2.0",
27
"url": "http://www.apache.org/licenses/LICENSE-2.0"
28
}
29
0 commit comments