diff options
| author | Andrew <saintruler@gmail.com> | 2019-07-19 00:27:23 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-07-19 00:27:23 +0400 |
| commit | 8c8712f0e6b165f6967f5d2958f300df6182296c (patch) | |
| tree | 322bcfa16b29e19de4a7ccb04916052e800cf7be /day9/task5_vue/package.json | |
| parent | bca39a475dfd3aab0b31709b2c4873398901b00c (diff) | |
Добавлен README по сборке проекта.
Diffstat (limited to 'day9/task5_vue/package.json')
| -rw-r--r-- | day9/task5_vue/package.json | 13 |
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", |