Skip to content

Commit 7c060e6

Browse files
committed
Remove website
1 parent 8407a9a commit 7c060e6

File tree

7 files changed

+9
-1441
lines changed

7 files changed

+9
-1441
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-html-parser",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"types": "dist/index.d.ts",
@@ -23,5 +23,10 @@
2323
"rimraf": "^3.0.2",
2424
"ts-jest": "^28.0.8",
2525
"typescript": "^4.8.2"
26-
}
26+
},
27+
"files": [
28+
"README.md",
29+
"LICENSE.md",
30+
"dist"
31+
]
2732
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"strict": true,
66
"esModuleInterop": true,
7-
"forceConsistentCasingInFileNames": true
7+
"forceConsistentCasingInFileNames": true,
8+
"rootDir": "src"
89
}
910
}

website/index.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/main.ts

Whitespace-only changes.

website/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

website/tsconfig.json

Whitespace-only changes.

website/yarn.lock

Lines changed: 0 additions & 1419 deletions
This file was deleted.

0 commit comments

Comments
 (0)