Removed copy-cordova script

This commit is contained in:
Ben Ashton 2021-03-01 19:26:36 -08:00
parent 8c95ca8d83
commit 1886fe4f2c

View File

@ -5,8 +5,7 @@
"main": "./src/pawsqlite.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"copy-cordova": "cp ./lib/PawSQLite.js ../Cordova-PawSQLite/www/PawSQLite.js"
"build": "webpack"
},
"author": "Ben Ashton",
"license": "MIT",