prepare for github publishing

This commit is contained in:
2017-01-22 14:40:51 -07:00
parent 2333c15d48
commit c24686fc99
3 changed files with 43 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "02-customer-portal",
"version": "1.0.0",
"name": "loopback-vue-app",
"version": "0.1.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
@@ -46,9 +46,9 @@
"webpack-merge": "^2.4.0"
},
"repository": {
"type": "",
"url": ""
"type": "git",
"url": "https://github.com/w33ble/loopback-vue-app.git"
},
"license": "MIT",
"description": "02-customer-portal"
"description": "Loopback + Vue.js + Webpack boilerplate app"
}