@atlaskit/css-reset
Advanced tools
Comparing version 5.0.11 to 5.0.12
# @atlaskit/css-reset | ||
## 5.0.12 | ||
### Patch Changes | ||
- [`82a7c30a60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82a7c30a60) - The module:es2019 field for css-reset should also point to bundle.css instead of a js file | ||
## 5.0.11 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/css-reset", | ||
"version": "5.0.11" | ||
"version": "5.0.12" | ||
} |
{ | ||
"name": "@atlaskit/css-reset", | ||
"version": "5.0.11" | ||
"version": "5.0.12" | ||
} |
{ | ||
"name": "@atlaskit/css-reset", | ||
"version": "5.0.11" | ||
"version": "5.0.12" | ||
} |
{ | ||
"name": "@atlaskit/css-reset", | ||
"version": "5.0.11", | ||
"version": "5.0.12", | ||
"description": "Base stylesheet for ADG", | ||
@@ -13,3 +13,3 @@ "publishConfig": { | ||
"module": "dist/bundle.css", | ||
"module:es2019": "dist/es2019/index.js", | ||
"module:es2019": "dist/bundle.css", | ||
"types": "dist/cjs/index.d.ts", | ||
@@ -16,0 +16,0 @@ "atlaskit:src": "src/index.ts", |
73778