Skip to content

Commit 091c0ce

Browse files
authored
Update package.json (#19)
* Updated package.json. Deleted redundant files * Updated package.json
1 parent f5e73d7 commit 091c0ce

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarity/hardhat-markup",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Customizable markdown smart contracts documentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -32,18 +32,20 @@
3232
},
3333
"homepage": "https://github.com/dl-solarity/hardhat-markup#readme",
3434
"scripts": {
35-
"install": "npx husky install",
35+
"postinstall": "npx husky install",
36+
"prepack": "pinst --disable",
37+
"postpack": "pinst --enable",
3638
"build": "tsc --build .",
3739
"test": "echo \"Error: no test specified\" && exit 1",
3840
"lint-fix": "prettier --write \"./**/*.ts\" && prettier --write \"./**/*.js\"",
3941
"publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public"
4042
},
4143
"dependencies": {
4244
"json2md": "2.0.0",
45+
"lodash": "4.17.21",
4346
"prettier": "2.8.8",
4447
"prettier-plugin-solidity": "1.1.3",
45-
"solidity-ast": "0.4.49",
46-
"lodash": "4.17.21"
48+
"solidity-ast": "0.4.49"
4749
},
4850
"peerDependencies": {
4951
"hardhat": "^2.10.0"
@@ -53,6 +55,7 @@
5355
"@types/prettier": "2.7.3",
5456
"hardhat": "^2.10.0",
5557
"husky": "^7.0.2",
58+
"pinst": "^3.0.0",
5659
"ts-node": "^8.1.0",
5760
"typescript": "~4.5.2"
5861
}

0 commit comments

Comments
 (0)