This commit is contained in:
Joran Dirk Greef 2015-08-05 09:13:49 +02:00
parent 1061447305
commit 57ca6eaaca

View file

@ -1,6 +1,6 @@
{ {
"name": "sudo-prompt", "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", "description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
@ -20,5 +20,6 @@
"bugs": { "bugs": {
"url": "https://github.com/jorangreef/sudo/issues" "url": "https://github.com/jorangreef/sudo/issues"
}, },
"homepage": "https://github.com/jorangreef/sudo#readme" "homepage": "https://github.com/jorangreef/sudo#readme",
"scripts": {}
} }