Skip to content

Commit e938611

Browse files
author
Lucas Choi
committed
fix
1 parent f8543fe commit e938611

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

packages/vue-pack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @devtree/vue-pack
22

33
<p align="center">
4-
<img src="https://img.shields.io/github/license/tetritz/devtree?style=for-the-badge" alt="License MIT">
4+
<img src="https://img.shields.io/github/license/haroolabs/devtree?style=for-the-badge" alt="License MIT">
55
</p>
66

77
This is NOT for PRODUCTION.\
@@ -58,4 +58,4 @@ yarn add -D @devtree/vue-pack
5858

5959
## License
6060

61-
@devtree/vue-pack is licensed under the [MIT License.](https://github.com/tetritz/devtree/blob/main/LICENSE)
61+
@devtree/vue-pack is licensed under the [MIT License.](https://github.com/haroolabs/devtree/blob/main/LICENSE)

packages/vue-pack/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtree/vue-pack",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "Simple tools and ESLint, Prettier configuration for Vue development",
55
"keywords": [
66
"dev",
@@ -24,11 +24,11 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/lightica/devtree.git",
27+
"url": "https://github.com/haroolabs/devtree.git",
2828
"directory": "packages/vue-pack"
2929
},
3030
"bugs": {
31-
"url": "https://github.com/lightica/devtree/issues"
31+
"url": "https://github.com/haroolabs/devtree/issues"
3232
},
3333
"author": "Lucas Choi <eterv7@gmail.com>",
3434
"license": "MIT",
@@ -43,6 +43,9 @@
4343
"prettier": "^2.3.0",
4444
"typescript": "^4.3.2"
4545
},
46+
"peerDependencies": {
47+
"eslint-plugin-prettier": "^3.4.0"
48+
},
4649
"eslintConfig": {
4750
"extends": [
4851
"./eslint/base"

0 commit comments

Comments
 (0)