Corrected entry point

This commit is contained in:
Ben Ashton 2021-03-01 18:54:02 -08:00
parent a14d89ef55
commit 8c95ca8d83

View File

@ -2,7 +2,7 @@
"name": "pawsqlite", "name": "pawsqlite",
"version": "1.0.0", "version": "1.0.0",
"description": "An SQLite interface with adapters for Cordova and WebSQL", "description": "An SQLite interface with adapters for Cordova and WebSQL",
"main": "index.js", "main": "./src/pawsqlite.mjs",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack", "build": "webpack",