We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbcd06 commit f0ecc38Copy full SHA for f0ecc38
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "html-differ",
3
- "version": "1.3.4",
+ "name": "@markedjs/html-differ",
+ "version": "2.0.0",
4
"description": "Compares two HTML",
5
"keywords": [
6
"html-differ",
@@ -11,8 +11,8 @@
11
"differ",
12
"diff"
13
],
14
- "homepage": "https://github.com/bem/html-differ",
15
- "bugs": "https://github.com/bem/html-differ/issues",
+ "homepage": "https://github.com/markedjs/html-differ",
+ "bugs": "https://github.com/markedjs/html-differ/issues",
16
"author": {
17
"name": "Evgeniy Gavryushin",
18
"email": "[email protected]",
@@ -24,7 +24,7 @@
24
},
25
"repository": {
26
"type": "git",
27
- "url": "git://github.com/bem/html-differ.git"
+ "url": "git://github.com/markedjs/html-differ.git"
28
29
"dependencies": {
30
"chalk": "^2.4.1",
0 commit comments