Skip to content

Commit 527ecb9

Browse files
committed
add npm and bower folder to gitignore and fix license on npm
1 parent 7592391 commit 527ecb9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@
1414
# Maven
1515
log/
1616
target/
17+
18+
# Node
19+
node_modules/
20+
npm-debug.log
21+
22+
# Bower
23+
bower_components/

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@
5757

5858
"devDependencies": {},
5959

60-
"licenses": [
61-
{
62-
"type": "MIT",
63-
"url": "https://github.com/rtfpessoa/diff2html/blob/master/LICENSE"
64-
}
65-
],
60+
"license": "MIT",
6661

6762
"files": [
6863
"bin",

0 commit comments

Comments
 (0)