1.1.3
This commit is contained in:
parent
1061447305
commit
57ca6eaaca
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sudo-prompt",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
@ -20,5 +20,6 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/jorangreef/sudo/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jorangreef/sudo#readme"
|
||||
"homepage": "https://github.com/jorangreef/sudo#readme",
|
||||
"scripts": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue