Skip to content

Commit

Permalink
fix: fix entry points in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Jun 2, 2019
1 parent 03e4f50 commit 0553f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2019-06-02
## [1.0.3] - 2019-06-02

### Fixed

- Fix entry points in `package.json`

## [1.0.2] - 2019-06-02

### Changed

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "favicon-mode-switcher",
"version": "1.0.1",
"version": "1.0.3",
"description": "🕯 Make your favicon adapt to dark and light mode",
"main": "dist/index.js",
"main": "dist/index.min.js",
"unpkg": "dist/index.umd.min.js",
"module": "dist/index.mjs",
"module": "dist/index.min.mjs",
"types": "index.d.ts",
"files": [
"dist/*",
Expand Down

0 comments on commit 0553f21

Please sign in to comment.