Skip to content

Commit

Permalink
fix(package.json): fix package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahacad committed Jul 9, 2021
1 parent 9cc3a17 commit f4a03e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
"ava": "^3.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"micromark": "^3.0.0",
"prettier": "^2.3.2",
"remark-cli": "^7.0.0"
},
"dependencies": {
"eslint": "^7.30.0",
"rehype-stringify": "^6.0.1",
"remark-rehype": "^5.0.0"
"remark-cli": "^7.0.0",
"eslint": "^7.30.0"
},
"dependencies": {},
"type": "module"
}

0 comments on commit f4a03e6

Please sign in to comment.