Skip to content

Commit a5a5fd9

Browse files
committed
added main to typings.json
1 parent 2825ad6 commit a5a5fd9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

typings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"ambientDependencies": {
3-
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#777e7d1b1d6c6250d6fba52ea9e6841f7a6b5e9d",
4-
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#1c56e368e17bb28ca57577250624ca5bd561aa81",
5-
"shelljs": "github:DefinitelyTyped/DefinitelyTyped/shelljs/shelljs.d.ts#ce14ae27a020194da3d35aa3468ca1e9e5296316"
6-
}
7-
}
2+
"main": "java_process.d.ts",
3+
"ambientDependencies": {
4+
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#777e7d1b1d6c6250d6fba52ea9e6841f7a6b5e9d",
5+
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#1c56e368e17bb28ca57577250624ca5bd561aa81",
6+
"shelljs": "github:DefinitelyTyped/DefinitelyTyped/shelljs/shelljs.d.ts#ce14ae27a020194da3d35aa3468ca1e9e5296316"
7+
}
8+
}

0 commit comments

Comments
 (0)