Skip to content

Commit

Permalink
Merge pull request #32 from hildjj/repo-format
Browse files Browse the repository at this point in the history
Repo format
  • Loading branch information
hildjj authored Jul 31, 2024
2 parents 15c3054 + 89e7486 commit 563a1a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peggyjs/eslint-config",
"version": "4.0.1",
"version": "4.0.2",
"description": "Lint rules for peggyjs projects",
"main": "index.js",
"keywords": [
Expand All @@ -14,7 +14,10 @@
},
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": "peggyjs/peggyjs-eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/peggyjs/peggyjs-eslint-config.git"
},
"devDependencies": {
"@cto.af/eslint-plugin-meta": "1.0.7",
"@peggyjs/sort-rules": "link:sort-rules",
Expand Down

0 comments on commit 563a1a1

Please sign in to comment.