Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
yarn*
*.ts
tsconfig.json
!*.d.ts
tsconfig.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.2",
"description": "Validator module powered by validate-with-xmllint",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "yarn run clean && yarn run cp-schemas && tsc",
"cp-schemas": "mkdir -p build/schemas && cp -R schemas build",
Expand Down