Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 5efe4b0

Browse files
committed
Release version 2.1.0
1 parent 054091b commit 5efe4b0

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

demo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/common": "2.2.1",
15-
"@angular/compiler": "2.2.1",
16-
"@angular/core": "2.2.1",
17-
"@angular/forms": "2.2.1",
18-
"@angular/http": "2.2.1",
19-
"@angular/platform-browser": "2.2.1",
20-
"@angular/platform-browser-dynamic": "2.2.1",
14+
"@angular/common": "2.4.0",
15+
"@angular/compiler": "2.4.0",
16+
"@angular/core": "2.4.0",
17+
"@angular/forms": "2.4.0",
18+
"@angular/http": "2.4.0",
19+
"@angular/platform-browser": "2.4.0",
20+
"@angular/platform-browser-dynamic": "2.4.0",
2121
"@angular/router": "3.2.1",
2222
"angular-datatables": "file:..",
2323
"angular2-highlight-js": "4.0.0",
2424
"core-js": "2.4.1",
25-
"datatables.net": "1.10.12",
26-
"datatables.net-bs": "1.10.12",
27-
"datatables.net-dt": "1.10.12",
25+
"datatables.net": "2.1.1",
26+
"datatables.net-bs": "2.1.1",
27+
"datatables.net-dt": "2.1.1",
2828
"datatables.net-responsive": "2.1.0",
2929
"datatables.net-responsive-bs": "2.1.0",
3030
"datatables.net-scroller": "1.4.2",
@@ -33,13 +33,13 @@
3333
"jquery": "3.1.0",
3434
"materialize-css": "0.97.8",
3535
"ng2-simple-page-scroll": "2.0.0",
36-
"rxjs": "5.0.0-beta.12",
36+
"rxjs": "5.1.0",
3737
"tether": "1.3.8",
3838
"ts-helpers": "1.1.1",
39-
"zone.js": "0.6.23"
39+
"zone.js": "0.7.6"
4040
},
4141
"devDependencies": {
42-
"@angular/compiler-cli": "2.2.1",
42+
"@angular/compiler-cli": "2.4.0",
4343
"@types/jasmine": "2.5.38",
4444
"@types/node": "6.0.42",
4545
"angular-cli": "1.0.0-beta.21",

dist/angular-datatables.directive.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-datatables.directive.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "2.0.2-dev",
3+
"version": "2.1.0",
44
"description": "Angular directive for DataTables",
55
"scripts": {
66
"lint": "tslint ./src/**/*.ts -t verbose",
@@ -23,7 +23,8 @@
2323
],
2424
"author": "Louis LIN <[email protected]> (https://l-lin.github.io/)",
2525
"contributors": [
26-
"Michael Bennett <[email protected]>"
26+
"Michael Bennett <[email protected]>",
27+
"Steven Masala <[email protected]>"
2728
],
2829
"license": "MIT",
2930
"dependencies": {
@@ -43,7 +44,7 @@
4344
"zone.js": "~0.7.6"
4445
},
4546
"devDependencies": {
46-
"@types/jasmine": "~2.5.36",
47+
"@types/jasmine": "2.5.36",
4748
"@types/node": "~6.0.46",
4849
"canonical-path": "0.0.2",
4950
"concat-cli": "4.0.0",

0 commit comments

Comments
 (0)