From d42421946ff990163f7861a77c3b48a739117e87 Mon Sep 17 00:00:00 2001 From: Maxence POUTORD Date: Tue, 17 Oct 2017 21:44:24 +0100 Subject: [PATCH] Fix npm warnings (#28) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5447b2d..64bbdfc 100755 --- a/package.json +++ b/package.json @@ -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",