Skip to content

Commit

Permalink
fix(verify2): package json had incorrect main entry (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck authored May 24, 2023
1 parent 0c1387b commit 9b48fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/verify2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"license": "Apache-2.0",
"author": "Chuck MANCHUCK Reeves <[email protected]>",
"main": "lib/index.js",
"main": "dist/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
"dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
Expand Down

0 comments on commit 9b48fb7

Please sign in to comment.