Skip to content

Commit

Permalink
Merge pull request #4 from dusk-network/feature-3
Browse files Browse the repository at this point in the history
Add missing props
  • Loading branch information
kieranhall authored Jun 26, 2024
2 parents d72f271 + d612f3d commit 152df1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"url": "https://github.com/dusk-network/stylelint-config.git"
},
"type": "module",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"check": "npm run format && npm run lint && npm run test",
"format": "prettier . --check",
Expand Down

0 comments on commit 152df1a

Please sign in to comment.