Skip to content

Commit 5c3e159

Browse files
author
alexlee-dev
committed
✏️ Modify package.json import
1 parent 00ff0fa commit 5c3e159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import chalk from "chalk";
33
import commander from "commander";
44
import inquirer from "inquirer";
55
import updateNotifier from "update-notifier";
6-
import pkg from "../package.json";
6+
const pkg = require("../package.json");
77

88
/**
99
* Initialize Sentry

0 commit comments

Comments
 (0)