Browse Source

Corrected ES6 Module and CommonJS entry points

master
Ben Ashton 3 years ago
parent
commit
c7ee992ee7
  1. 5
      package.json

5
package.json

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

Loading…
Cancel
Save