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
|
# Maven
|
||||||
log/
|
log/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
|
||||||
|
# Bower
|
||||||
|
bower_components/
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,7 @@
|
||||||
|
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
|
|
||||||
"licenses": [
|
"license": "MIT",
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
"url": "https://github.com/rtfpessoa/diff2html/blob/master/LICENSE"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
"files": [
|
"files": [
|
||||||
"bin",
|
"bin",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue