add npm and bower folder to gitignore and fix license on npm
This commit is contained in:
parent
759239133f
commit
527ecb97c8
2 changed files with 8 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -14,3 +14,10 @@
|
|||
# Maven
|
||||
log/
|
||||
target/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# Bower
|
||||
bower_components/
|
||||
|
|
|
|||
|
|
@ -57,12 +57,7 @@
|
|||
|
||||
"devDependencies": {},
|
||||
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/rtfpessoa/diff2html/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
|
||||
"files": [
|
||||
"bin",
|
||||
|
|
|
|||
Loading…
Reference in a new issue