added openUrl

This commit is contained in:
2017-03-12 21:20:43 +01:00
parent 319ac55fc5
commit 2d35883216
6 changed files with 42 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "open things",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -18,5 +19,9 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartopen/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartopen#README"
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"@types/open": "^0.0.29",
"open": "^0.0.5"
}
}