Fix some syntax errors in package.json
pesky json and its commas...
This commit is contained in:
parent
29f58ac1b0
commit
c7dbfd0f7a
|
@ -4,13 +4,13 @@
|
|||
"description": "Generic app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
"tailbone",
|
||||
"tailbone"
|
||||
],
|
||||
"homepage": "https://rattailproject.org",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "Lance Edgar",
|
||||
"email": "lance@edbob.org",
|
||||
"email": "lance@edbob.org"
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
Loading…
Reference in a new issue