Skip to content

Commit

Permalink
Merge pull request #2 from trentm/trentm/dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Sep 22, 2023
2 parents b71cb06 + 2712d87 commit 3521b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"description": "Parse a string containing environment variables to a key/value object",
"main": "index.js",
"dependencies": {
"dependencies": {},
"devDependencies": {
"standard": "^14.3.4",
"tape": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "standard && node test.js"
},
Expand Down

0 comments on commit 3521b7e

Please # to comment.