Skip to content

Commit f1ed313

Browse files
committed
2.0.0 release
1 parent 8e9d1d1 commit f1ed313

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ In your `hardhat.config.ts`, import the plugin and add it to the `plugins` array
1919
```ts
2020
import hardhatMarkup from "@solarity/hardhat-markup";
2121

22-
export default {
23-
plugins: [hardhatMarkup],
22+
const config: HardhatUserConfig = {
23+
plugins: [hardhatMarkup],
24+
// ... your config
2425
};
2526
```
2627

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solarity/hardhat-markup",
3-
"version": "2.0.0-rc.0",
4-
"description": "Customizable markdown smart contracts documentation",
3+
"version": "2.0.0",
4+
"description": "Customizable markdown documentation for smart contracts",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)