update typings to typings-global
This commit is contained in:
parent
c255f08ea6
commit
0618e46cd8
@ -24,13 +24,13 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
|
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"npmts": "^3.1.2",
|
"npmts": "^5.2.5",
|
||||||
"should": "^8.2.2"
|
"should": "^9.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
"smartfile": "0.0.11",
|
"smartfile": "3.0.10",
|
||||||
"smartstring": "0.0.2",
|
"smartstring": "2.0.6",
|
||||||
"typings-global": "^1.0.3"
|
"typings-global": "^1.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/// <reference path="./typings/main.d.ts" />
|
import "typings-global"
|
||||||
import plugins = require("./projectinfo.plugins");
|
import plugins = require("./projectinfo.plugins");
|
||||||
var projectinfo:any = {};
|
var projectinfo:any = {};
|
||||||
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
import "typings-global"
|
@ -1,4 +1,4 @@
|
|||||||
/// <reference path="./typings/main.d.ts" />
|
import "typings-global"
|
||||||
import plugins = require("./projectinfo.plugins");
|
import plugins = require("./projectinfo.plugins");
|
||||||
export class ProjectinfoNpm {
|
export class ProjectinfoNpm {
|
||||||
packageJson;
|
packageJson;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/// <reference path="./typings/main.d.ts" />
|
import "typings-global"
|
||||||
var plugins = {
|
var plugins = {
|
||||||
path: require("path"),
|
path: require("path"),
|
||||||
Q: require("q"),
|
Q: require("q"),
|
||||||
|
Loading…
Reference in New Issue
Block a user