Skip to content

Commit

Permalink
fix: add changelog to package
Browse files Browse the repository at this point in the history
  • Loading branch information
danguilherme committed Apr 30, 2024
1 parent e00afd6 commit 3eddb35
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 3eddb35

Please sign in to comment.