update typings to typings-global

This commit is contained in:
Philipp Kunz 2016-06-09 01:56:05 +02:00
parent c255f08ea6
commit 0618e46cd8
5 changed files with 8 additions and 7 deletions

View File

@ -24,13 +24,13 @@
},
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
"devDependencies": {
"npmts": "^3.1.2",
"should": "^8.2.2"
"npmts": "^5.2.5",
"should": "^9.0.0"
},
"dependencies": {
"q": "^1.4.1",
"smartfile": "0.0.11",
"smartstring": "0.0.2",
"smartfile": "3.0.10",
"smartstring": "2.0.6",
"typings-global": "^1.0.3"
}
}

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/main.d.ts" />
import "typings-global"
import plugins = require("./projectinfo.plugins");
var projectinfo:any = {};

View File

@ -0,0 +1 @@
import "typings-global"

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/main.d.ts" />
import "typings-global"
import plugins = require("./projectinfo.plugins");
export class ProjectinfoNpm {
packageJson;

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/main.d.ts" />
import "typings-global"
var plugins = {
path: require("path"),
Q: require("q"),