Skip to content

Commit 1c50ac6

Browse files
author
mariuszfoltak
committed
Change version of library
2 parents ad4d402 + c3c8f75 commit 1c50ac6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

examples/systemjs/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
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",
9-
"start": "lite-server"
8+
"start": "lite-server",
9+
"tsc": "tsc",
10+
"tsd": "tsd install"
1011
},
1112
"author": "",
1213
"license": "ISC",
1314
"devDependencies": {
1415
"lite-server": "^2.1.0",
15-
"typescript": "1.8.7"
16+
"typescript": "1.8.7",
17+
"tsd": "^0.6.5"
1618
},
1719
"dependencies": {
18-
"angular2": "2.0.0-beta.11",
20+
"angular2": "2.0.0-beta.12",
21+
"angular2-datatable": "*",
1922
"bootstrap": "^3.3.6",
2023
"es6-shim": "^0.35.0",
2124
"lodash": "^4.6.1",

mf-angular2-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
},
3131
"dependencies": {
3232
"angular2": "^2.0.0-beta.0",
33-
"lodash": "^4.6.1"
33+
"lodash": "^4.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)