We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faee31 commit 0c60bd9Copy full SHA for 0c60bd9
index.js
@@ -4,7 +4,6 @@
4
import * as Commander from "commander";
5
import prompts from "prompts";
6
import path from "path";
7
-import packageJson from "./package.json" assert {type:"json"}
8
import { createPackageJson } from "./helpers/createPackage.js";
9
import { existsSync } from "fs";
10
import { mkdir } from "./helpers/mkdir.js";
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-web3-dapp",
3
- "version": "0.0.24",
+ "version": "0.0.25",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments