Update package.json
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "pjax",
|
"name": "pjax",
|
||||||
"version": "0.2.4",
|
"version": "0.2.4",
|
||||||
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
"description": "Easily enable fast AJAX navigation on any website (using pushState + XHR)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pjax",
|
"pjax",
|
||||||
"push",
|
"pushstate",
|
||||||
"state",
|
|
||||||
"ajax",
|
"ajax",
|
||||||
"navigation",
|
"navigation",
|
||||||
"transition",
|
"transition",
|
||||||
@@ -13,6 +12,10 @@
|
|||||||
],
|
],
|
||||||
"repository": "https://github.com/MoOx/pjax.git",
|
"repository": "https://github.com/MoOx/pjax.git",
|
||||||
"author": "Maxime Thirouin",
|
"author": "Maxime Thirouin",
|
||||||
|
"contributors": [
|
||||||
|
"BehindTheMath",
|
||||||
|
"Robin North (http://robinnorth.co.uk)"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user