Skip to content

Commit

Permalink
chore: npm name
Browse files Browse the repository at this point in the history
  • Loading branch information
HduSy committed Jan 25, 2024
1 parent 5e54110 commit b035092
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "st-monorepo",
"name": "oh-my-monorepo",
"private": true,
"version": "1.0.0",
"description": "A monorepo try demo project.",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/canyon-react",
"name": "@oh-my-monorepo/canyon-react",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/eslint-plugin-canyon",
"name": "@oh-my-monorepo/eslint-plugin-canyon",
"type": "commonjs",
"version": "0.0.1",
"description": "Collection of useful rules in every day work.",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinarello-leetcode/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/pinarello-leetcode",
"name": "@oh-my-monorepo/pinarello-leetcode",
"version": "1.0.0",
"description": "leetcode acs",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/server",
"name": "@oh-my-monorepo/server",
"private": true,
"version": "0.0.1",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/specialized-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/specialized-vue3",
"name": "@oh-my-monorepo/specialized-vue3",
"version": "0.0.0",
"type": "commonjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/trek-cli/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 packages/trek-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/trek-cli",
"name": "@oh-my-monorepo/trek-cli",
"version": "0.0.1",
"description": "A cli develop explore journey.",
"main": "./lib/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@st-monorepo/trek-cli": "^0.0.1",
"@oh-my-monorepo/trek-cli": "^0.0.1",
"@types/adm-zip": "^0.5.0",
"@types/inquirer": "^8.2.1",
"@types/jsonfile": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/utils",
"name": "@oh-my-monorepo/utils",
"version": "1.0.0",
"description": "",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack5-giant/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/webpack5-giant",
"name": "@oh-my-monorepo/webpack5-giant",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wilier-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@st-monorepo/wilier-playground",
"name": "@oh-my-monorepo/wilier-playground",
"version": "1.0.0",
"description": "A pkg of playground for anything.",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit b035092

Please sign in to comment.