Fix npm warnings (#28)

This commit is contained in:
Maxence POUTORD 2017-10-17 21:44:24 +01:00
parent a8ae10928d
commit d42421946f
No known key found for this signature in database
GPG Key ID: 2932B97DCCE21CA0

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",
"start": "node build/dev-server.js",