Skip to content

Commit 91c0244

Browse files
Update package.json
1 parent 70f491d commit 91c0244

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"name": "vue-quickstart",
3-
"description": "Minimal Vue app template which uses CI to deploy to GitHub Pages",
43
"version": "2.3.0",
5-
"author": "MichaelCurrin",
6-
"license": "MIT",
7-
"homepage": "https://michaelcurrin.github.io/vue-quickstart/",
8-
"repository": {
9-
"type": "git",
10-
"url": "git+https://github.com/michaelcurrin/vue-quickstart.git"
11-
},
124
"scripts": {
135
"lint:fix": "vue-cli-service lint",
146
"lint:check": "vue-cli-service lint --no-fix",
@@ -35,6 +27,8 @@
3527
"prettier": "^2.1.1",
3628
"vue-template-compiler": "^2.6.11"
3729
},
30+
"author": "MichaelCurrin",
31+
"license": "MIT",
3832
"eslintConfig": {
3933
"root": true,
4034
"env": {

0 commit comments

Comments
 (0)