Skip to content

Commit 52c0c09

Browse files
author
cferdinandi
committed
v8.1.0
Added minified script to package.json main
1 parent fc57fd2 commit 52c0c09

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/js/smooth-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* smooth-scroll v8.0.0: Animate scrolling to anchor links
2+
* smooth-scroll v8.1.0: Animate scrolling to anchor links
33
* (c) 2016 Chris Ferdinandi
44
* MIT License
55
* http://github.com/cferdinandi/smooth-scroll

dist/js/smooth-scroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/js/smooth-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* smooth-scroll v8.0.0: Animate scrolling to anchor links
2+
* smooth-scroll v8.1.0: Animate scrolling to anchor links
33
* (c) 2016 Chris Ferdinandi
44
* MIT License
55
* http://github.com/cferdinandi/smooth-scroll

docs/dist/js/smooth-scroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "smooth-scroll",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Animate scrolling to anchor links",
5-
"main": "./dist/js/smooth-scroll.js",
5+
"main": "./dist/js/smooth-scroll.min.js",
66
"author": {
77
"name": "Chris Ferdinandi",
88
"url": "http://gomakethings.com"

0 commit comments

Comments
 (0)