Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
danguilherme committed Apr 30, 2024
2 parents 81d8ed1 + 3eddb35 commit 16bbf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test": "jest",
"test:report": "yarn test --coverage --verbose",
"test:watch": "yarn test --watchAll",
"prepare": "yarn build",
"semantic-release": "semantic-release",
"lint:commit-message": "commitlint --help-url https://github.com/danguilherme/uno/blob/main/CONTRIBUTING.md#committing"
},
Expand All @@ -36,7 +35,8 @@
},
"license": "MIT",
"files": [
"dist"
"dist",
"CHANGELOG.md"
],
"dependencies": {
"events": "^3.1.0",
Expand Down

0 comments on commit 16bbf3e

Please sign in to comment.