Skip to content

Commit

Permalink
v1.0.99
Browse files Browse the repository at this point in the history
Downgrade JSDoc as there were some breaking changes (package exports)
  • Loading branch information
eliottvincent committed Nov 12, 2024
1 parent 79744a2 commit 0bbb84d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 105 deletions.
151 changes: 48 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-crisp",
"version": "1.0.98",
"version": "1.0.99",
"description": "Custom ESLint Rules for Crisp",
"author": "Crisp IM SAS",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"doctrine": "3.0.0",
"eslint-plugin-jsdoc": "50.4.3"
"eslint-plugin-jsdoc": "47.0.2"
},
"peerDependencies": {
"eslint": "8.45.0",
Expand Down

0 comments on commit 0bbb84d

Please sign in to comment.