Skip to content

Commit

Permalink
fix: adjust entry point for unpkg to point add minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Dec 9, 2018
1 parent ba49c8f commit 46650eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1.1] - 2018-12-10
### Fixed
- Entry `"unpkg"` now actually points at minified version

## [1.1.0] - 2018-12-10
### Added
- `destroy()` and `polyfill()` now return the polyfill instance so you can chain them
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "smoothscroll-anchor-polyfill",
"version": "1.1.0",
"version": "1.1.1",
"description": "Apply smooth scroll to anchor links to replicate CSS scroll-behavior",
"main": "dist/index.js",
"unpkg": "dist/index.js",
"unpkg": "dist/index.min.js",
"browserslist": [
"last 2 versions",
"> 1%",
Expand Down

0 comments on commit 46650eb

Please sign in to comment.