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 2bf2b75 commit 069a23dCopy full SHA for 069a23d
2 files changed
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- **reset-scoped:** ship CommonJS modules alongside ESM
13
14
+### Removed
15
+
16
+- **reset:** main package entry point as an undocumented alias
17
18
## [3.1.0] - 2023-06-04
19
20
### Added
package.json
@@ -34,7 +34,6 @@
34
"require": "./dist/cjs/reset-scoped/react/jsx-dev-runtime.js"
35
}
36
},
37
- "main": "reset.css",
38
"files": [
39
"base.css",
40
"reset.css",
0 commit comments