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:
committed by
BehindTheMath
parent
cd09cc88d1
commit
ca61c4a840
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user