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