Add standalone file back, no big deal

Closes #57
This commit is contained in:
Maxime Thirouin
2016-03-12 07:27:06 +01:00
parent c02193c61b
commit 34fc00c89d
3 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
- Fixed: added back standalone version in `./pjax.js`
([#57](https://github.com/MoOx/pjax/issues/57)
- Fixed: error when using pjax with google analytics (``options`` was undefined)
([#59](https://github.com/MoOx/pjax/pull/59))
- Fixed: HierarchyRequestError error

View File

@@ -11,7 +11,7 @@
"transition",
"animation"
],
"main": "src/pjax.js",
"main": "pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin"

View File

@@ -23,10 +23,9 @@
"license": "MIT",
"main": "src/pjax.js",
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js",
"lib"
"lib",
"pjax.js"
],
"devDependencies": {
"browserify": "^3.46.0",