fix(core): switch from typings-global to @types/node
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user