Skip to content

Commit

Permalink
more exports testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed May 24, 2024
1 parent 253f14f commit c7145f1
Show file tree
Hide file tree
Showing 2 changed files with 7 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "eslint-config-cityssm",
"type": "module",
"description": "ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.",
"version": "3.0.2",
"version": "3.0.3",
"main": "eslint.config.js",
"exports": "./eslint.config.js",
"exports": {
".": "./eslint.config.js",
"./eslint.config.js": "./eslint.config.js"
},
"scripts": {
"test": "node ./test/runEslint.js",
"coverage": "c8 node ./test/runEslint.js"
Expand Down

0 comments on commit c7145f1

Please sign in to comment.