Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nayunhwan committed Mar 23, 2017
1 parent 2fea2a6 commit c0b8e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,4 +3,5 @@ dist/
typings/
npm-debug.log
.DS_Store
.idea
demo/*.js
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"clean": "rimraf dist",
"typings-install": "typings install",
"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",
"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/index.d.ts demo/main.ts demo/app_ui.ts --module commonjs -t es5 --experimentalDecorators --emitDecoratorMetadata",
"test": "echo Not supported yet",
Expand Down

0 comments on commit c0b8e3d

Please sign in to comment.