This commit is contained in:
Maxime Thirouin
2014-09-16 07:56:13 +02:00
parent 02fabcca8d
commit 0a14fd9e70
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "pjax", "name": "pjax",
"version": "0.1.2", "version": "0.1.3",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"main": "src/pjax.js", "main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax", "homepage": "https://github.com/MoOx/pjax",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pjax", "name": "pjax",
"version": "0.1.2", "version": "0.1.3",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"main": "src/pjax.js", "main": "src/pjax.js",
"scripts": { "scripts": {