1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

rename of project description in package.json

This commit is contained in:
zeot 2018-11-21 13:54:54 +03:00
parent 34e66f7d9e
commit bc63e3a2d5

View File

@ -1,7 +1,7 @@
{
"name": "@vert/vue-ssr-template",
"name": "Aelve guide",
"version": "1.0.0",
"description": "Vue project template with SSR, Vert and TypeScript support.",
"description": "Aelve Guide",
"private": true,
"scripts": {
"client:dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.client.conf.js",