Skip to content

Commit

Permalink
fix: main was pointing to old location (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 2, 2020
1 parent cd22031 commit 46be7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsdoc-region-tag",
"version": "1.0.5",
"description": "replace region tags with code samples",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "c8 mocha test/test.js",
"lint": "gts check",
Expand Down

0 comments on commit 46be7f8

Please sign in to comment.