Skip to content

Commit 0c60bd9

Browse files
committed
sorts json again
1 parent 9faee31 commit 0c60bd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import * as Commander from "commander";
55
import prompts from "prompts";
66
import path from "path";
7-
import packageJson from "./package.json" assert {type:"json"}
87
import { createPackageJson } from "./helpers/createPackage.js";
98
import { existsSync } from "fs";
109
import { mkdir } from "./helpers/mkdir.js";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-web3-dapp",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"private": false,
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)