Skip to content

Commit

Permalink
feat(): add back comments so library users can see them
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Feb 14, 2023
1 parent 6b91fef commit 82c93d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standardlint",
"description": "Extensible standards linter and auditor.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Mikael Vesavuori",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": true,
"removeComments": false,
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 82c93d1

Please sign in to comment.