diff --git a/package-lock.json b/package-lock.json index 15a5908..0b30e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "capacitor-res", - "version": "1.0.0", + "name": "@d4h/capacitor-res", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd1fb01..a69ed52 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@d4h/capacitor-res", - "version": "1.0.0", + "version": "1.0.1", "description": "Copy assets generated by cordova-res into Ionic Capacitor platforms.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { - "capacitor-res": "./index.js" + "capacitor-res": "./bin/capacitor-res" }, "repository": { "type": "git",