Skip to content

Commit

Permalink
constructor validation moved to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Oct 24, 2022
1 parent c558746 commit 7e0eb28
Show file tree
Hide file tree
Showing 6 changed files with 1,024 additions and 565 deletions.
2 changes: 1 addition & 1 deletion cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { nodeResolve } from "@rollup/plugin-node-resolve";
import sourcemaps from "rollup-plugin-sourcemaps";
import { babel } from "@rollup/plugin-babel";
import { rollup } from "rollup";
import validateContract from "./contract_validation.js";
import { validateContract } from "/utils.js";
import { executeCommand } from "./utils.js";

const PROJECT_DIR = process.cwd();
Expand Down
57 changes: 0 additions & 57 deletions contract_validation.js

This file was deleted.

Loading

0 comments on commit 7e0eb28

Please sign in to comment.