Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Jun 1, 2021
1 parent 4ddf5e8 commit c7d8c79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.3 - 2021-05-31
### Fixed
* Fixed `dist/index.d.ts` to have complete type definitions

## 1.0.2 - 2021-05-31
### Changed
* Administrivia
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-critical",
"version": "1.0.2",
"version": "1.0.3",
"description": "Rollup plugin to generate critical CSS.",
"author": "nystudio107",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"build:cjs": "tsc -p config/cjs.json",
"build:esm": "tsc -p config/esm.json",
"build:types": "cp src/@types/penthouse.d.ts dist/index.d.ts && cat src/@types/critical.d.ts >> dist/index.d.ts && cat src/@types/rollup-plugin-critical.d.ts >> dist/index.d.ts",
"build:types": "cp src/types.d.ts dist/index.d.ts",
"check": "tsc -p config/base.json --noEmit",
"lint": "eslint -p .",
"test": "jest --passWithNoTests --coverage"
Expand Down

0 comments on commit c7d8c79

Please sign in to comment.