We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d675192 commit 48bf6e8Copy full SHA for 48bf6e8
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- Changed license to MIT
11
+
12
## [1.0.0] - 2023-01-15
13
14
- First production release
package.json
@@ -51,7 +51,7 @@
51
"test",
52
"component"
53
],
54
- "license": "UNLICENSED",
+ "license": "MIT",
55
"main": "./dist-cjs/index.js",
56
"name": "jest-react-mock-utils",
57
"peerDependencies": {
0 commit comments