Skip to content

Commit 8a5762e

Browse files
author
NatalieSantiago
committed
ajuste para usar en angular
1 parent 753af72 commit 8a5762e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/htmldiff.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
* @return {string} The combined HTML content with differences wrapped in `<ins>` and `<del>` tags.
1818
*/
1919
declare function diff(before: string, after: string, className?: string | null, dataPrefix?: string | null, atomicTags?: string | null): string;
20-
export = diff;
20+
export default diff;

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "node-htmldiff",
2+
"name": "htmldiff-angular",
33
"description": "Diff and markup HTML with <ins> and <del> tags",
44
"companyname": "idesis GmbH",
55
"copyright": "©2018, idesis GmbH; ©2012 The Network Inc. and contributors",
6-
"version": "0.9.3",
6+
"version": "1.0.0",
77
"identifier": "de.idesis.node-htmldiff",
88
"keywords": [
99
"diff",
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/idesis-gmbh/htmldiff.js.git"
28+
"url": "git+https://github.com/nataliesantiago/htmldiff.js"
2929
},
3030
"readme": "README.md",
3131
"bugs": {

0 commit comments

Comments
 (0)