Skip to content

Commit 8ed66af

Browse files
author
reyronald
committed
fixed angular2-table dependency in package.json
1 parent 53dc8b5 commit 8ed66af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/systemjs/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "example",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "index.js",
65
"scripts": {
76
"watch": "rm -rf build && mkdir build && tsc -w",
87
"build": "rm -rf build && mkdir build && tsc || true",
@@ -15,11 +14,11 @@
1514
"typescript": "1.8.7"
1615
},
1716
"dependencies": {
18-
"angular2": "2.0.0-beta.11",
17+
"angular2": "2.0.0-beta.12",
1918
"bootstrap": "^3.3.6",
2019
"es6-shim": "^0.35.0",
2120
"lodash": "^4.6.1",
22-
"mf-angular2-table": "0.0.1",
21+
"angular2-datatable": "*",
2322
"reflect-metadata": "0.1.2",
2423
"rxjs": "5.0.0-beta.2",
2524
"systemjs": "^0.19.9",

0 commit comments

Comments
 (0)