From 1886fe4f2c22089cc13f31f6e9ac455e51205ae3 Mon Sep 17 00:00:00 2001 From: Ben Ashton Date: Mon, 1 Mar 2021 19:26:36 -0800 Subject: [PATCH] Removed copy-cordova script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9560aa6..be8a74a 100644 --- a/package.json +++ b/package.json @@ -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",