Skip to content

Commit 5048c34

Browse files
committed
Update typings to latest API release
1 parent edca349 commit 5048c34

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"standard": "~3.7.3",
3939
"ts-node": "^0.5.5",
4040
"typescript": "^1.8.7",
41-
"typings": "^0.6.9"
41+
"typings": "^1.0.4"
4242
},
4343
"dependencies": {
4444
"isarray": "0.0.1"

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* global describe, it */
22

3-
/// <reference path="typings/main.d.ts" />
3+
/// <reference path="typings/index.d.ts" />
44

55
import util = require('util')
66
import chai = require('chai')

typings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"ambientDependencies": {
3-
"mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#d6dd320291705694ba8e1a79497a908e9f5e6617",
4-
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#48c1e3c1d6baefa4f1a126f188c27c4fefd36bff"
5-
},
62
"devDependencies": {
7-
"chai": "github:typed-typings/npm-chai#01a92b8efc0cfa0ac894d695abd06b8b11e3b75b"
3+
"chai": "registry:npm/chai#3.5.0+20160415060238"
4+
},
5+
"globalDevDependencies": {
6+
"mocha": "registry:env/mocha#2.2.5+20160321223601",
7+
"node": "registry:env/node#4.0.0+20160507210304"
88
}
99
}

0 commit comments

Comments
 (0)