Skip to content

Commit

Permalink
Remove website
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Sep 7, 2022
1 parent 8407a9a commit 7c060e6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1,441 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-html-parser",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"license": "MIT",
"types": "dist/index.d.ts",
Expand All @@ -23,5 +23,10 @@
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2"
}
},
"files": [
"README.md",
"LICENSE.md",
"dist"
]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"rootDir": "src"
}
}
5 changes: 0 additions & 5 deletions website/index.html

This file was deleted.

Empty file removed website/main.ts
Empty file.
14 changes: 0 additions & 14 deletions website/package.json

This file was deleted.

Empty file removed website/tsconfig.json
Empty file.
1,419 changes: 0 additions & 1,419 deletions website/yarn.lock

This file was deleted.

0 comments on commit 7c060e6

Please sign in to comment.