Skip to content

Commit 48b123f

Browse files
committed
12.0.0
1 parent acce97d commit 48b123f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scoop/eslint-config-scoop",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Scoop's custom eslint configuration",
55
"engines": {
66
"node": ">=12"
@@ -10,7 +10,9 @@
1010
"url": "https://github.com/TakeScoop/eslint-config-scoop.git"
1111
},
1212
"main": "index.js",
13-
"files": ["index.js"],
13+
"files": [
14+
"index.js"
15+
],
1416
"scripts": {
1517
"lint": "eslint -c index.js index.js test/*.js test/tests",
1618
"test": "NODE_ENV=test mocha --recursive --require test/injectGlobals.js --exit test/tests"

0 commit comments

Comments
 (0)