Skip to content

Commit

Permalink
Fix npm warnings about package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 20, 2017
1 parent c9acf5e commit c194fe9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"name": "jquery-pjax",
"description": "jQuery plugin for ajax + pushState navigation",
"version": "2.0.0",
"main": "jquery.pjax.js",
"repository": "defunkt/jquery-pjax",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/defunkt/jquery-pjax/blob/master/LICENSE"
}
],
"files" : [
"license": "MIT",
"files": [
"LICENSE",
"jquery.pjax.js"
],
Expand Down

0 comments on commit c194fe9

Please sign in to comment.