Skip to content

Commit

Permalink
released v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 16, 2024
1 parent 6d539fd commit 9a8c13c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Additionally, you have the option to put a property named after the tool in your

This has the advantage that you can put the configuration of all tools (at least the ones that use `auto-config-loader`) in one file.

## loader
## Loader

### `.js`,`.ts`,`.cjs`,`.mjs`

Expand Down Expand Up @@ -291,7 +291,7 @@ const data = load('namespace', {
});
```

## utils
## Utils

### merge

Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-config-loader",
"version": "1.7.6",
"version": "1.7.7",
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module.",
"main": "./lib/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.7.6",
"version": "1.7.7",
"packages": ["core"]
}

0 comments on commit 9a8c13c

Please sign in to comment.