Skip to content

Commit f6a29ef

Browse files
authored
chore(package): explicitly declare js module type (#171)
1 parent cf6d3db commit f6a29ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.1",
44
"description": "Security rules for eslint",
55
"main": "index.js",
6+
"type": "commonjs",
67
"scripts": {
78
"changelog": "changelog eslint-plugin-security all > CHANGELOG.md",
89
"cont-int": "npm test && npm run lint",

0 commit comments

Comments
 (0)