Skip to content

Commit

Permalink
Replace browser.d.ts by index.d.ts
Browse files Browse the repository at this point in the history
To fix issue angular#20
  • Loading branch information
AdrienTorris committed Apr 14, 2017
1 parent cab4dc1 commit 91b727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"setup": "npm install --no-optional && npm run typings-install",
"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",
"build": "npm run clean && tsc",
"build_demo": "tsc typings/browser.d.ts demo/main.ts demo/app_ui.ts --module commonjs -t es5 --experimentalDecorators --emitDecoratorMetadata",
"build_demo": "tsc typings/index.d.ts demo/main.ts demo/app_ui.ts --module commonjs -t es5 --experimentalDecorators --emitDecoratorMetadata",
"test": "echo Not supported yet",
"demo": "npm run build && npm run build_demo && electron ./demo",
"start": "npm run demo"
Expand Down

0 comments on commit 91b727e

Please sign in to comment.