Skip to content

Commit

Permalink
fix: use .dockerignore to omit swingset-runner and stat-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 12, 2020
1 parent 00b76a3 commit 84d12d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ packages/cosmic-swingset/ve[0-9]
packages/cosmic-swingset/t[0-9]
packages/cosmic-swingset/lib/lib*.h
packages/cosmic-swingset/lib/lib*.so
packages/swingset-runner
packages/stat-logger
**/*.log
**/dist
**/build
Expand Down
8 changes: 4 additions & 4 deletions packages/stat-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"lint-check": "eslint '**/*.js'"
},
"dependencies": {
"canvas": "^2.6.1",
"vega": "^5.10.0",
"vega-canvas": "^1.2.1"
},
"devDependencies": {
"ava": "^3.12.1",
"canvas": "^2.6.1",
"esm": "^3.2.25",
"nyc": "^15.1.0",
"vega": "^5.10.0",
"vega-canvas": "^1.2.1"
"nyc": "^15.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/stat-logger/src/statGraph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'fs';
import path from 'path';
// eslint-disable-next-line import/no-extraneous-dependencies
import * as vega from 'vega';

function scanMax(filePath, fields) {
Expand Down

0 comments on commit 84d12d4

Please sign in to comment.