Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
tunnckoCore committed Mar 6, 2020
1 parent 110715c commit e8ad0a9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion commands/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion modules/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion modules/yaro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/hela/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion presets/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"node": ">= 10.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"registry": "https://registry.npmjs.org",
"tag": "latest"
},
"scripts": {},
Expand Down

0 comments on commit e8ad0a9

Please sign in to comment.