Skip to content

Commit b920b84

Browse files
author
Ali Tas
committed
2.0.1
1 parent cf92bb4 commit b920b84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ali-tas/htmldiff-js",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@9.12.3",
66
"description": "JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff",
77
"author": "Ali Tas",
@@ -34,7 +34,9 @@
3434
"main": "./dist/index.cjs",
3535
"module": "./dist/index.js",
3636
"types": "./dist/index.d.ts",
37-
"files": ["dist"],
37+
"files": [
38+
"dist"
39+
],
3840
"scripts": {
3941
"build": "tsup",
4042
"test": "vitest",

0 commit comments

Comments
 (0)