Skip to content

Commit

Permalink
feat: strictly define Node API in plugin template (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 14, 2022
1 parent 0a0f60c commit b6a3591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/templates/_package.json
Expand Up @@ -8,7 +8,8 @@
"eslint-plugin"
],
"author": "<%- userName.replace(/"/g, '\\"') %>",
"main": "lib/index.js",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha tests --recursive"
Expand Down

0 comments on commit b6a3591

Please sign in to comment.