fix(core): switch from typings-global to @types/node

This commit is contained in:
2018-05-22 13:29:49 +02:00
parent 0430397e4f
commit 1498f6c2b2
8 changed files with 205 additions and 44 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "smartopen",
"name": "@pushrocks/smartopen",
"version": "1.0.3",
"description": "open things",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "",
"build": "npmts"
},
"repository": {
"type": "git",
@@ -22,10 +23,11 @@
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"@types/open": "^0.0.29",
"open": "^0.0.5",
"typings-global": "^1.0.20"
"@types/opn": "^5.1.0",
"opn": "^5.3.0"
},
"devDependencies": {
"tapbundle": "^1.1.1"
"@types/node": "^10.1.2",
"tapbundle": "^2.0.0"
}
}