Skip to content

Commit

Permalink
Move package-lock.json from top-level to scripts/blueprints (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored and effectfully committed Aug 6, 2024
1 parent 3e44b7b commit 6f92c48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/blueprints/check-json-schemas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

// Remember to run 'npm install' from inside this directory first.

const log = console.log;
const acmeGolden = "../../plutus-tx-plugin/test/Blueprint/Acme.golden.json";
const Ajv2020 = require("ajv/dist/2020");
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6f92c48

Please sign in to comment.