Fix some syntax errors in package.json

pesky json and its commas...
This commit is contained in:
Lance Edgar 2019-11-06 14:14:40 -06:00
parent 29f58ac1b0
commit c7dbfd0f7a

View file

@ -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",