Skip to content

Commit 46650eb

Browse files
committed
fix: adjust entry point for unpkg to point add minified version
1 parent ba49c8f commit 46650eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.1] - 2018-12-10
8+
### Fixed
9+
- Entry `"unpkg"` now actually points at minified version
10+
711
## [1.1.0] - 2018-12-10
812
### Added
913
- `destroy()` and `polyfill()` now return the polyfill instance so you can chain them

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "smoothscroll-anchor-polyfill",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Apply smooth scroll to anchor links to replicate CSS scroll-behavior",
55
"main": "dist/index.js",
6-
"unpkg": "dist/index.js",
6+
"unpkg": "dist/index.min.js",
77
"browserslist": [
88
"last 2 versions",
99
"> 1%",

0 commit comments

Comments
 (0)