This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-datatables-demo" ,
3
- "version" : " 6.0.0-dev " ,
3
+ "version" : " 6.0.0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
21
21
"@angular/platform-browser" : " ^6.0.1" ,
22
22
"@angular/platform-browser-dynamic" : " ^6.0.1" ,
23
23
"@angular/router" : " ^6.0.1" ,
24
- "angular-datatables" : " ^5 .0.0" ,
24
+ "angular-datatables" : " ^6 .0.0" ,
25
25
"angular2-highlight-js" : " ^6.0.1-alpha" ,
26
26
"core-js" : " ^2.5.4" ,
27
27
"datatables.net" : " ^1.10.16" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro
26
26
27
27
info " Building documentation..."
28
28
cd $cwd /demo
29
- yarn run build:prod
29
+ npm run build:prod
30
30
31
31
info " Copying the doc folder to /tmp"
32
32
rm -rf /tmp/angular-datatables-demo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-datatables" ,
3
- "version" : " 6.0.0-dev " ,
3
+ "version" : " 6.0.0" ,
4
4
"description" : " Angular directive for DataTables" ,
5
5
"scripts" : {
6
6
"build" : " npm run clean && npm run compile && npm run bundles" ,
You can’t perform that action at this time.
0 commit comments