Browse Source

Corrected entry point

master
Ben Ashton 3 years ago
parent
commit
8c95ca8d83
  1. 2
      package.json

2
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",

Loading…
Cancel
Save