We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9acf5e commit c194fe9Copy full SHA for c194fe9
package.json
@@ -1,15 +1,11 @@
1
{
2
"name": "jquery-pjax",
3
+ "description": "jQuery plugin for ajax + pushState navigation",
4
"version": "2.0.0",
5
"main": "jquery.pjax.js",
6
"repository": "defunkt/jquery-pjax",
- "licenses": [
7
- {
8
- "type": "MIT",
9
- "url": "https://github.com/defunkt/jquery-pjax/blob/master/LICENSE"
10
- }
11
- ],
12
- "files" : [
+ "license": "MIT",
+ "files": [
13
"LICENSE",
14
"jquery.pjax.js"
15
],
0 commit comments