Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WorthyD committed Jul 20, 2021
1 parent 054e754 commit 9f078c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve --port 4321 --open",
"build": "ng build",
"build:stats": "ng build --stats-json",
"build:stats": "ng build --prod --stats-json",
"analyze": "webpack-bundle-analyzer dist/destiny-dashboard/stats.json",
"test": "ng test --codeCoverage=true",
"test:data": "ng test --project=data --codeCoverage=true --browsers=ChromeHeadless",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
EventEmitter,
ViewEncapsulation
} from '@angular/core';
import * as d3 from 'd3';
//import * as d3 from 'd3';
import { PlaytimePipe } from '../../../pipes/playtime/playtime.pipe';
import { formatDate } from 'projects/data/src/lib/utility/format-date';
import {
Expand Down

0 comments on commit 9f078c6

Please sign in to comment.