This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"setup" : " npm install --no-optional && npm run typings-install" ,
10
10
"setup-demo" : " npm install --no-optional angular2@2.0.0-beta.12 es6-promise@^3.1.2 es6-shim@0.35.0 reflect-metadata@0.1.2 rxjs@5.0.0-beta.2 zone.js@^0.6.6" ,
11
11
"build" : " npm run clean && tsc" ,
12
- "build_demo" : " tsc typings/browser .d.ts demo/main.ts demo/app_ui.ts --module commonjs -t es5 --experimentalDecorators --emitDecoratorMetadata" ,
12
+ "build_demo" : " tsc typings/index .d.ts demo/main.ts demo/app_ui.ts --module commonjs -t es5 --experimentalDecorators --emitDecoratorMetadata" ,
13
13
"test" : " echo Not supported yet" ,
14
14
"demo" : " npm run build && npm run build_demo && electron ./demo" ,
15
15
"start" : " npm run demo"
Original file line number Diff line number Diff line change 11
11
"moduleResolution" : " node"
12
12
},
13
13
"files" : [
14
- " typings/browser .d.ts" ,
14
+ " typings/index .d.ts" ,
15
15
" ./src/renderer.ts" ,
16
16
" ./src/main.ts"
17
17
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular2/electron" ,
3
3
"devDependencies" : {},
4
- "ambientDependencies " : {
4
+ "globalDependencies " : {
5
5
"es6-shim" : " github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2" ,
6
6
"github-electron" : " github:DefinitelyTyped/DefinitelyTyped/github-electron/github-electron.d.ts#f16c4922a7dd6d359a197e4cc5103463ba68cf9e" ,
7
7
"node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#138ad74b9e8e6c08af7633964962835add4c91e2"
You can’t perform that action at this time.
0 commit comments