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", "description": "Generic app components for Vue.js frontend to Tailbone API backend",
"keywords": [ "keywords": [
"rattail", "rattail",
"tailbone", "tailbone"
], ],
"homepage": "https://rattailproject.org", "homepage": "https://rattailproject.org",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": { "author": {
"name": "Lance Edgar", "name": "Lance Edgar",
"email": "lance@edbob.org", "email": "lance@edbob.org"
}, },
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",