Skip to content

Commit

Permalink
Merge pull request #2 from reyronald/master
Browse files Browse the repository at this point in the history
Fixing example package.json
  • Loading branch information
mariuszfoltak committed Apr 1, 2016
2 parents 53dc8b5 + d565811 commit c3c8f75
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions examples/systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "rm -rf build && mkdir build && tsc -w",
"build": "rm -rf build && mkdir build && tsc || true",
"start": "lite-server"
"start": "lite-server",
"tsc": "tsc",
"tsd": "tsd install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.1.0",
"typescript": "1.8.7"
"typescript": "1.8.7",
"tsd": "^0.6.5"
},
"dependencies": {
"angular2": "2.0.0-beta.11",
"angular2": "2.0.0-beta.12",
"angular2-datatable": "*",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"lodash": "^4.6.1",
"mf-angular2-table": "0.0.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "^0.19.9",
Expand Down

0 comments on commit c3c8f75

Please sign in to comment.