File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/openneuro-server Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { description } from "../../datalad/description"
55import Metadata from "../../models/metadata"
66import CacheItem , { CacheType } from "../../cache/item"
77import * as Sentry from "@sentry/node"
8- import fundedAwards from "../../data/funded_awards.json" with { type : "json" }
8+ import fundedAwards from "../../data/funded_awards.json"
99
1010const brainInitiativeMatch = new RegExp ( "brain.initiative" , "i" )
1111
Original file line number Diff line number Diff line change 99 "module" : " CommonJS"
1010 },
1111 "include" : [" ./src" ],
12- "files" : [" ./src/lerna.json" ],
12+ "files" : [" ./src/lerna.json" , " ./src/data/funded_awards.json " ],
1313 "references" : [
1414 { "path" : " ../openneuro-search" }
1515 ]
You can’t perform that action at this time.
0 commit comments