0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: package.json main field (#3700)

This commit is contained in:
Michal Piechowiak 2023-03-23 10:26:17 +01:00 committed by GitHub
parent ef12d884b6
commit 5d83c52da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
"url": "git://github.com/verdaccio/verdaccio"
},
"homepage": "https://verdaccio.org",
"main": "buid/index.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"bin": "./bin/verdaccio",
"funding": {