Skip to content

Commit

Permalink
Add package.json for publishing to npm
Browse files Browse the repository at this point in the history
Closes #581
  • Loading branch information
mislav committed Oct 13, 2015
1 parent bef820d commit ce6c1a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "jquery-pjax",
"version": "1.9.6",
"main": "jquery.pjax.js",
"repository": "defunkt/jquery-pjax",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/defunkt/jquery-pjax/blob/master/LICENSE"
}
],
"files" : [
"LICENSE",
"jquery.pjax.js"
]
}

1 comment on commit ce6c1a1

@josh
Copy link
Contributor

@josh josh commented on ce6c1a1 Feb 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this ever get published to npm?

https://www.npmjs.com/package/jquery-pjax

Please sign in to comment.