From 8c8712f0e6b165f6967f5d2958f300df6182296c Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 19 Jul 2019 00:27:23 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20READ?= =?UTF-8?q?ME=20=D0=BF=D0=BE=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day9/task5_vue/package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'day9/task5_vue/package.json') diff --git a/day9/task5_vue/package.json b/day9/task5_vue/package.json index 5f9ed20..5ab0280 100644 --- a/day9/task5_vue/package.json +++ b/day9/task5_vue/package.json @@ -1,15 +1,14 @@ { "name": "task5_vue", - "version": "1.0.0", - "description": "", - "main": "App.js", + "version": "0.0.1", + "description": "Example app for day9 of reg.ru", + "main": "src/index.js", "scripts": { "start": "python backend_serve.py", - "build": "webpack -p", - "test": "echo \"Error: no test specified\" && exit 1" + "build": "webpack -p" }, - "author": "", - "license": "ISC", + "author": "Andrew Guschin", + "license": "UNLICENSED", "dependencies": { "@babel/core": "^7.5.5", "axios": "^0.19.0", -- cgit v1.2.3