@cloudscape-design/browser-test-tools 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,4 +18,4 @@ The [contribution guidelines](https://github.com/cloudscape-design/browser-test-
18
18
 
19
19
  ## License
20
20
 
21
- This project is licensed under the [Apache 2.0 License](/LICENSE).
21
+ This project is licensed under the [Apache 2.0 License](https://github.com/cloudscape-design/browser-test-tools/blob/main/LICENSE).
package/package.json CHANGED
@@ -58,6 +58,6 @@
58
58
  "type": "git",
59
59
  "url": "git+https://github.com/cloudscape-design/browser-test-tools.git"
60
60
  },
61
- "version": "3.0.0",
61
+ "version": "3.0.1",
62
62
  "license": "Apache-2.0"
63
- }
63
+ }