mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
fix(deps): update dependencies
This commit is contained in:
@@ -1 +1,3 @@
|
||||
node_modules/
|
||||
/.nx/workspace-data
|
||||
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
"version": {
|
||||
"conventionalCommits": true,
|
||||
"createRelease": "github",
|
||||
"ignoreChanges": ["**/*.md"],
|
||||
"ignoreChanges": [
|
||||
"**/*.md"
|
||||
],
|
||||
"message": "chore(release): publish",
|
||||
"yes": true
|
||||
},
|
||||
@@ -14,6 +16,8 @@
|
||||
}
|
||||
},
|
||||
"npmClient": "yarn",
|
||||
"packages": ["packages/*"],
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user