Skip to content

Commit 653d337

Browse files
committed
prepare initial release
1 parent e46beac commit 653d337

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ lerna-debug.log
6868
dist
6969
es
7070
umd
71-
/index.js
71+
/index.js
72+
/types.js

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "compute-scroll-into-view",
33
"description": "The engine that powers scroll-into-view-if-needed",
44
"license": "MIT",
5-
"author": "Stian Didriksen",
5+
"author": "Cody Olsen",
66
"homepage": "https://scroll-into-view-if-needed.netlify.com",
77
"repository": {
88
"type": "git",
@@ -106,15 +106,7 @@
106106
"prettier": {
107107
"semi": false,
108108
"singleQuote": true,
109-
"trailingComma": "es5",
110-
"overrides": [
111-
{
112-
"files": ".babelrc",
113-
"options": {
114-
"parser": "json"
115-
}
116-
}
117-
]
109+
"trailingComma": "es5"
118110
},
119111
"release": {
120112
"prepare": [

0 commit comments

Comments
 (0)