add npm and bower folder to gitignore and fix license on npm

This commit is contained in:
Rodrigo Fernandes 2015-07-19 00:32:40 +01:00
parent 759239133f
commit 527ecb97c8
2 changed files with 8 additions and 6 deletions

7
.gitignore vendored
View file

@ -14,3 +14,10 @@
# Maven
log/
target/
# Node
node_modules/
npm-debug.log
# Bower
bower_components/

View file

@ -57,12 +57,7 @@
"devDependencies": {},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rtfpessoa/diff2html/blob/master/LICENSE"
}
],
"license": "MIT",
"files": [
"bin",