Skip to content

Commit

Permalink
fix package files
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Aug 2, 2024
1 parent fbdae29 commit 9cd8605
Show file tree
Hide file tree
Showing 8 changed files with 5,630 additions and 32,812 deletions.
22,731 changes: 5,622 additions & 17,109 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"jest": "^29.7.0"
},
"dependencies": {
"jsdoc-parse": "^6.2.1",
"jspsych-metadata-cli": "^1.0.2"
"jsdoc-parse": "^6.2.1"
}
}
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"@inquirer/prompts": "^5.1.2",
"fuzzy": "^0.1.3",
"inquirer": "^10.0.1",
"inquirer-autocomplete-prompt": "^3.0.1",
"metadata": "file:../metadata/",
"@jspsych/metadata": "^0.0.1",
"yargs": "^17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import JsPsychMetadata from "metadata";
import JsPsychMetadata from "@jspsych/metadata";
import { processDirectory, processOptions, saveTextToFile, generatePath } from "./data.js";

const metadata = new JsPsychMetadata();
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import { input, select } from '@inquirer/prompts';
import JsPsychMetadata from "metadata";
import JsPsychMetadata from "@jspsych/metadata";
import { processDirectory, processOptions, saveTextToPath, loadMetadata } from "./data.js";
import { validateDirectory, validateJson } from './validateFunctions.js';
import { createDirectoryWithStructure } from './handleFiles.js';
Expand Down
Loading

0 comments on commit 9cd8605

Please sign in to comment.