Skip to content

Commit 091b114

Browse files
committed
version 0.4.0
1 parent 515aea8 commit 091b114

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "html-differ",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Compares two html-files",
55
"keywords": [
66
"html-differ",
77
"html",
88
"differ"
99
],
10-
"homepage": "https://github.com/eGavr/html-differ",
11-
"bugs": "https://github.com/eGavr/html-differ/issues",
10+
"homepage": "https://github.com/bem/html-differ",
11+
"bugs": "https://github.com/bem/html-differ/issues",
1212
"author": {
1313
"name": "Evgeniy Gavryushin",
14-
"email": "job.egabr@yandex.ru",
14+
"email": "job.egavr@yandex.ru",
1515
"url": "https://github.com/eGavr"
1616
},
1717
"main": "./lib/index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/eGavr/html-differ.git"
23+
"url": "git://github.com/bem/html-differ.git"
2424
},
2525
"scripts": {
2626
"test": "npm run func-test && npm run cover",

0 commit comments

Comments
 (0)