We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5619f commit 46ce13eCopy full SHA for 46ce13e
CHANGELOG.md
@@ -1,9 +1,9 @@
1
2
-# <= 0.4.3
+# <= 0.4.4
3
4
* Support `scrollIntoView` on `document.body`
5
* Support scroll behaviors in shadow DOM
6
7
-# <= 0.4.2
+# <= 0.4.3
8
9
* ¯\_(ツ)_/¯
package.json
@@ -37,7 +37,8 @@
37
"preminify": "yarn build",
38
"minify": "uglifyjs dist/smoothscroll.js -c -m -o dist/smoothscroll.min.js --verbose",
39
"listdiff": "prettier --list-different {src,test}/**/*.js",
40
- "format": "prettier --write {src,test}/**/*.js"
+ "format": "prettier --write {src,test}/**/*.js",
41
+ "prepublish": "npm run minify"
42
},
43
"lint-staged": {
44
"linters": {
0 commit comments