We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dc8b5 commit 8ed66afCopy full SHA for 8ed66af
examples/systemjs/package.json
@@ -2,7 +2,6 @@
2
"name": "example",
3
"version": "1.0.0",
4
"description": "",
5
- "main": "index.js",
6
"scripts": {
7
"watch": "rm -rf build && mkdir build && tsc -w",
8
"build": "rm -rf build && mkdir build && tsc || true",
@@ -15,11 +14,11 @@
15
14
"typescript": "1.8.7"
16
},
17
"dependencies": {
18
- "angular2": "2.0.0-beta.11",
+ "angular2": "2.0.0-beta.12",
19
"bootstrap": "^3.3.6",
20
"es6-shim": "^0.35.0",
21
"lodash": "^4.6.1",
22
- "mf-angular2-table": "0.0.1",
+ "angular2-datatable": "*",
23
"reflect-metadata": "0.1.2",
24
"rxjs": "5.0.0-beta.2",
25
"systemjs": "^0.19.9",
0 commit comments