summaryrefslogtreecommitdiff
path: root/day9/task5_vue/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'day9/task5_vue/package.json')
-rw-r--r--day9/task5_vue/package.json13
1 files changed, 6 insertions, 7 deletions
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",