Merge pull request #96 from maxpou/package-json

Fix npm warnings (#28)
This commit is contained in:
Daniel M 2017-10-18 13:39:44 +02:00 committed by GitHub
commit 938fba0718

View File

@ -3,6 +3,11 @@
"version": "1.0.0",
"description": "Build fast and easy multiple beautiful resumes and create your best CV ever! ",
"author": "salomonelli",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/salomonelli/best-resume-ever.git"
},
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",