Skip to content

Commit

Permalink
chore: package.json update for @eslint/js release
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Feb 26, 2023
1 parent 9f10926 commit 5a517da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/js/package.json
@@ -1,10 +1,9 @@
{
"name": "@eslint/js",
"version": "8.33.0",
"version": "8.34.0",
"description": "ESLint JavaScript language implementation",
"main": "./src/index.js",
"scripts": {
},
"scripts": {},
"files": [
"LICENSE",
"README.md",
Expand All @@ -16,7 +15,7 @@
"repository": {
"type": "git",
"url": "https://github.com/eslint/eslint.git",
"directory": "packages/js"
"directory": "packages/js"
},
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
Expand Down

0 comments on commit 5a517da

Please sign in to comment.