File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3333 "mocha" : " ^2.4.5" ,
3434 "tslint" : " ^3.5.0" ,
3535 "typescript" : " ^1.8.2" ,
36- "typings" : " ^0.7.9 " ,
36+ "typings" : " ^1.0.4 " ,
3737 "vsce" : " ^1.0.0" ,
3838 "vscode" : " ^0.11.x" ,
3939 "vscode-debugadapter-testsupport" : " ^1.7.0"
Original file line number Diff line number Diff line change 1111 },
1212 "files" : [
1313 // typescript definitions
14- " typings/main .d.ts" ,
14+ " typings/index .d.ts" ,
1515 " custom-typings/es6-impl/es6-impl.d.ts" ,
1616 " debug-adapter/webKitProtocol.d.ts" ,
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript" ,
33 "version" : false ,
4- "ambientDependencies " : {
4+ "globalDependencies " : {
55 "es6-collections" : " github:DefinitelyTyped/DefinitelyTyped/es6-collections/es6-collections.d.ts#81b951f1ac437d1eb5ff5171a0bfa6c467634b13" ,
66 "es6-promise" : " github:DefinitelyTyped/DefinitelyTyped/es6-promise/es6-promise.d.ts#81b951f1ac437d1eb5ff5171a0bfa6c467634b13" ,
7- "mocha" : " registry:dt/mocha#2.2.5+20160317120654" ,
87 "node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#8ea42cd8bb11863ed6f242d67c502288ebc45a7b" ,
98 "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+ },
1013 }
1114}
You can’t perform that action at this time.
0 commit comments