Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 37a6db8

Browse files
Saviour1001mvines
authored andcommitted
shifted dotenv to dev dependancies
1 parent c03de12 commit 37a6db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"@solana/web3.js": "^1.21.0",
6060
"bn.js": "^5.1.0",
6161
"buffer": "6.0.3",
62-
"@solana/buffer-layout": "^3.0.0",
63-
"dotenv": "10.0.0"
62+
"@solana/buffer-layout": "^3.0.0"
6463
},
6564
"devDependencies": {
6665
"@babel/cli": "^7.10.5",
@@ -83,6 +82,7 @@
8382
"babel-eslint": "^10.1.0",
8483
"chai": "^4.3.0",
8584
"chai-as-promised": "^7.1.1",
85+
"dotenv": "10.0.0",
8686
"eslint": "^7.4.0",
8787
"eslint-plugin-flowtype": "^5.3.1",
8888
"eslint-plugin-import": "^2.22.0",

0 commit comments

Comments
 (0)