Skip to content

Commit

Permalink
switched dotenv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Jan 4, 2023
1 parent cf22e00 commit 43f9081
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Use dotenv to load: https://github.com/motdotla/dotenv#dotenv
# Load with getdotenv: https://github.com/karmaniverous/get-dotenv
2 changes: 1 addition & 1 deletion .env.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Remove the .template extension. from the copy. The .local extension will be
# blocked by .gitignore.

# Use dotenv to load: https://github.com/motdotla/dotenv#dotenv
# Load with getdotenv: https://github.com/karmaniverous/get-dotenv

# Populate with GitHub personal access token to support release-it.
GITHUB_TOKEN=
90 changes: 68 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@karmaniverous/get-dotenv": "^0.1.0",
"@types/node": "^18.11.18",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.3.7",
"concat-md": "^0.5.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-mocha": "^10.1.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"build": "babel lib -d dist/default/lib --delete-dir-on-start --config-file ./dist/default/.babelrc",
"doc": "jsdoc2md -c doc/jsdoc.config.json -f lib/**/*.* -t doc/api-template.hbs > doc/3-api.md && concat-md doc --hide-anchor-links > README.md",
"package": "npm run lint && npm run test && npm run build && npm run doc",
"release": "npm run package && dotenv -c -- release-it"
"release": "npm run package && getdotenv -- release-it"
},
"type": "module"
}

0 comments on commit 43f9081

Please sign in to comment.