File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33
33
"mocha" : " ^2.4.5" ,
34
34
"tslint" : " ^3.5.0" ,
35
35
"typescript" : " ^1.8.2" ,
36
- "typings" : " ^0.7.9 " ,
36
+ "typings" : " ^1.0.4 " ,
37
37
"vsce" : " ^1.0.0" ,
38
38
"vscode" : " ^0.11.x" ,
39
39
"vscode-debugadapter-testsupport" : " ^1.7.0"
Original file line number Diff line number Diff line change 11
11
},
12
12
"files" : [
13
13
// typescript definitions
14
- " typings/main .d.ts" ,
14
+ " typings/index .d.ts" ,
15
15
" custom-typings/es6-impl/es6-impl.d.ts" ,
16
16
" debug-adapter/webKitProtocol.d.ts" ,
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript" ,
3
3
"version" : false ,
4
- "ambientDependencies " : {
4
+ "globalDependencies " : {
5
5
"es6-collections" : " github:DefinitelyTyped/DefinitelyTyped/es6-collections/es6-collections.d.ts#81b951f1ac437d1eb5ff5171a0bfa6c467634b13" ,
6
6
"es6-promise" : " github:DefinitelyTyped/DefinitelyTyped/es6-promise/es6-promise.d.ts#81b951f1ac437d1eb5ff5171a0bfa6c467634b13" ,
7
- "mocha" : " registry:dt/mocha#2.2.5+20160317120654" ,
8
7
"node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#8ea42cd8bb11863ed6f242d67c502288ebc45a7b" ,
9
8
"source-map" : " github:DefinitelyTyped/DefinitelyTyped/source-map/source-map.d.ts#bb45306d0fd8ce0852a8d24c023fd787f4151e65"
9
+ },
10
+ "globalDevDependencies" : {
11
+ "mocha" : " registry:dt/mocha#2.2.5+20160317120654"
12
+ },
10
13
}
11
14
}
You can’t perform that action at this time.
0 commit comments