Skip to content

Commit d11633c

Browse files
committed
released v1.0.0
1 parent edefdc6 commit d11633c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-config-loader",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Search and load the program's configuration.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -36,9 +36,9 @@
3636
},
3737
"dependencies": {
3838
"@types/lodash.merge": "^4.6.7",
39-
"lodash.merge": "^4.6.2",
4039
"jiti": "^1.18.2",
4140
"lodash": "^4.17.21",
41+
"lodash.merge": "^4.6.2",
4242
"sucrase": "^3.32.0",
4343
"yaml": "^2.3.1"
4444
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "1.0.0",
33
"packages": ["core"],
44
"useWorkspaces": true
55
}

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"prepare": "husky install",
55
"start": "npm run start --workspace=core",
66
"watch": "npm run watch --workspace=core",
7-
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
7+
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
8+
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
9+
"clean": "lerna clean --yes"
810
},
911
"keywords": [],
1012
"author": "jaywcjlove",

0 commit comments

Comments
 (0)