We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b6905 commit cc72853Copy full SHA for cc72853
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "scroll-into-view-if-needed",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "Element.scrollIntoViewIfNeeded ponyfill that can animate the scrolling",
5
"main": "dist/bundle.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "build": "rollup src/index.js -c --output dist/bundle.js && rollup test/index.js -c -f umd --output test/bundle.js",
+ "build": "rollup src/index.js --format cjs -c --output dist/bundle.js && rollup test/index.js -c -f umd --output test/bundle.js",
9
"prepublish": "npm run build"
10
},
11
"repository": {
0 commit comments