Skip to content

Commit

Permalink
released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 1, 2023
1 parent edefdc6 commit d11633c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-config-loader",
"version": "0.0.1",
"version": "1.0.0",
"description": "Search and load the program's configuration.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@types/lodash.merge": "^4.6.7",
"lodash.merge": "^4.6.2",
"jiti": "^1.18.2",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"sucrase": "^3.32.0",
"yaml": "^2.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "1.0.0",
"packages": ["core"],
"useWorkspaces": true
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"prepare": "husky install",
"start": "npm run start --workspace=core",
"watch": "npm run watch --workspace=core",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"clean": "lerna clean --yes"
},
"keywords": [],
"author": "jaywcjlove",
Expand Down

0 comments on commit d11633c

Please sign in to comment.