Fix incorrect main field in npm package #105

Merged
robinnorth merged 2 commits from robinnorth-patch-2 into master 2018-01-18 20:55:28 -05:00

View File

@@ -14,7 +14,7 @@
"repository": "https://github.com/MoOx/pjax.git", "repository": "https://github.com/MoOx/pjax.git",
"author": "Maxime Thirouin", "author": "Maxime Thirouin",
"license": "MIT", "license": "MIT",
"main": "src/pjax.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
"lib", "lib",