Skip to content

Commit

Permalink
Fix: version number and eslint-release version (refs #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Sep 1, 2020
1 parent 2f65358 commit 8647a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/eslintrc",
"version": "0.1.1",
"version": "0.1.2",
"description": "The legacy ESLintRC config file format for ESLint",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"eslint-config-eslint": "^6.0.0",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-release": "^3.1.0",
"eslint-release": "^3.1.2",
"mocha": "^8.1.1"
},
"dependencies": {
Expand Down

0 comments on commit 8647a61

Please sign in to comment.