We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f491d commit 91c0244Copy full SHA for 91c0244
package.json
@@ -1,14 +1,6 @@
1
{
2
"name": "vue-quickstart",
3
- "description": "Minimal Vue app template which uses CI to deploy to GitHub Pages",
4
"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
- },
12
"scripts": {
13
"lint:fix": "vue-cli-service lint",
14
"lint:check": "vue-cli-service lint --no-fix",
@@ -35,6 +27,8 @@
35
27
"prettier": "^2.1.1",
36
28
"vue-template-compiler": "^2.6.11"
37
29
},
30
+ "author": "MichaelCurrin",
31
+ "license": "MIT",
38
32
"eslintConfig": {
39
33
"root": true,
40
34
"env": {
0 commit comments