From 527ecb97c878a53c0191b37239f24274d1551d3a Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sun, 19 Jul 2015 00:32:40 +0100 Subject: [PATCH] add npm and bower folder to gitignore and fix license on npm --- .gitignore | 7 +++++++ package.json | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fc368f3..d9ee7ac 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,10 @@ # Maven log/ target/ + +# Node +node_modules/ +npm-debug.log + +# Bower +bower_components/ diff --git a/package.json b/package.json index 5163e0e..f9c2b62 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,7 @@ "devDependencies": {}, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/rtfpessoa/diff2html/blob/master/LICENSE" - } - ], + "license": "MIT", "files": [ "bin",