fix: main file path to dist/index.js (#229)

This commit is contained in:
Yashu Mittal
2022-01-28 21:48:37 +05:30
committed by GitHub
parent 589995cf1b
commit 2630896e12

View File

@@ -2,7 +2,7 @@
"name": "expressjs-postgres",
"private": true,
"version": "1.0.0",
"main": "index.js",
"main": "dist/index.js",
"author": "Jake Runzer",
"license": "MIT",
"scripts": {