Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Commit f42ff18

Browse files
committed
1.0.0
1 parent 6abf409 commit f42ff18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "eslint-cli",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "The local eslint executor.",
5-
"files": ["bin", "lib"],
5+
"files": [
6+
"bin",
7+
"lib"
8+
],
69
"bin": {
710
"eslint": "bin/eslint-cli.js",
811
"eslint-cli": "bin/eslint-cli.js"

0 commit comments

Comments
 (0)