Fix incorrect main field in npm package (#105)

Point npm package `main` field at module source
This commit was merged in pull request #105.
This commit is contained in:
Robin North
2018-01-19 01:55:27 +00:00
committed by BehindTheMath
parent cd09cc88d1
commit ca61c4a840

View File

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