File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
"standard" : " ~3.7.3" ,
39
39
"ts-node" : " ^0.5.5" ,
40
40
"typescript" : " ^1.8.7" ,
41
- "typings" : " ^0.6.9 "
41
+ "typings" : " ^1.0.4 "
42
42
},
43
43
"dependencies" : {
44
44
"isarray" : " 0.0.1"
Original file line number Diff line number Diff line change 1
1
/* global describe, it */
2
2
3
- /// <reference path="typings/main .d.ts" />
3
+ /// <reference path="typings/index .d.ts" />
4
4
5
5
import util = require( 'util' )
6
6
import chai = require( 'chai' )
Original file line number Diff line number Diff line change 1
1
{
2
- "ambientDependencies" : {
3
- "mocha" : " github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#d6dd320291705694ba8e1a79497a908e9f5e6617" ,
4
- "node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#48c1e3c1d6baefa4f1a126f188c27c4fefd36bff"
5
- },
6
2
"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"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments