Skip to content

Commit c194fe9

Browse files
committed
Fix npm warnings about package.json
1 parent c9acf5e commit c194fe9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"name": "jquery-pjax",
3+
"description": "jQuery plugin for ajax + pushState navigation",
34
"version": "2.0.0",
45
"main": "jquery.pjax.js",
56
"repository": "defunkt/jquery-pjax",
6-
"licenses": [
7-
{
8-
"type": "MIT",
9-
"url": "https://github.com/defunkt/jquery-pjax/blob/master/LICENSE"
10-
}
11-
],
12-
"files" : [
7+
"license": "MIT",
8+
"files": [
139
"LICENSE",
1410
"jquery.pjax.js"
1511
],

0 commit comments

Comments
 (0)