Comparing version
{ | ||
"name": "difflib-ts", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Port of qiao/difflib to Typescript and modern node and browser support", | ||
@@ -46,4 +46,4 @@ "scripts": { | ||
"browser": { | ||
"dist/index.es.js": "dist/index.browser.es.js", | ||
"dist/index.cjs.js": "dist/index.browser.cjs.js" | ||
"dist/index.es.js": "./dist/index.browser.es.js", | ||
"dist/index.cjs.js": "./dist/index.browser.cjs.js" | ||
}, | ||
@@ -50,0 +50,0 @@ "files": [ |
97794
0