Skip to content

Commit 48bf6e8

Browse files
committed
#46: Change license to MIT
1 parent d675192 commit 48bf6e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Changed license to MIT
11+
1012
## [1.0.0] - 2023-01-15
1113

1214
- First production release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test",
5252
"component"
5353
],
54-
"license": "UNLICENSED",
54+
"license": "MIT",
5555
"main": "./dist-cjs/index.js",
5656
"name": "jest-react-mock-utils",
5757
"peerDependencies": {

0 commit comments

Comments
 (0)