Update typings to 1.0.x.

This commit is contained in:
József Farkas
2016-05-22 23:50:54 +02:00
parent 321786b055
commit a3396334ae
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="../typings/main/ambient/node/index.d.ts" />
/// <reference path="../typings/globals/node/index.d.ts" />
import {Serializable} from './Serializable';
import {UhkBuffer} from './UhkBuffer';

View File

@@ -17,7 +17,7 @@
"sass-loader": "^3.2.0",
"ts-loader": "^0.8.2",
"tslint": "^3.8.1",
"typings": "^0.8.1",
"typings": "^1.0.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0",

View File

@@ -1,5 +1,5 @@
{
"ambientDependencies": {
"globalDependencies": {
"node": "registry:dt/node#4.0.0+20160319033040",
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"
}