Skip to content

Commit

Permalink
Fix link to script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhalash committed Nov 22, 2019
1 parent e29a44b commit 6c167e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6c167e2

Please sign in to comment.