@@ -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)
|
- Fixed: error when using pjax with google analytics (``options`` was undefined)
|
||||||
([#59](https://github.com/MoOx/pjax/pull/59))
|
([#59](https://github.com/MoOx/pjax/pull/59))
|
||||||
- Fixed: HierarchyRequestError error
|
- Fixed: HierarchyRequestError error
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"transition",
|
"transition",
|
||||||
"animation"
|
"animation"
|
||||||
],
|
],
|
||||||
"main": "src/pjax.js",
|
"main": "pjax.js",
|
||||||
"homepage": "https://github.com/MoOx/pjax",
|
"homepage": "https://github.com/MoOx/pjax",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Maxime Thirouin"
|
"Maxime Thirouin"
|
||||||
|
|||||||
@@ -23,10 +23,9 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "src/pjax.js",
|
"main": "src/pjax.js",
|
||||||
"files": [
|
"files": [
|
||||||
"CHANGELOG.md",
|
|
||||||
"LICENSE",
|
|
||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib",
|
||||||
|
"pjax.js"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^3.46.0",
|
"browserify": "^3.46.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user