Skip to content

Commit

Permalink
add exports key
Browse files Browse the repository at this point in the history
  • Loading branch information
friedt authored May 31, 2023
1 parent 4026ae3 commit f67a8ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.20",
"description": "rdw kentekencheck",
"main": "src/kenteken-check-nl-class.js",
"exports": {
"./kenteken-check-nl-class": "./src/kenteken-check-nl-class.js",
"./kenteken-check-nl-class-ts": "./src/kenteken-check-nl-class-ts.ts"
},
"scripts": {
"test": "jest --verbose --coverage",
"eslint": "eslint src/*.js -c .eslintrc.json",
Expand Down

0 comments on commit f67a8ac

Please sign in to comment.