Skip to content

Commit 47641e4

Browse files
committed
Add lodash.omit dependency and add src to package files
1 parent 66b9fd5 commit 47641e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"repository": "ryanhefner/react-scroll-trigger",
77
"author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)",
88
"files": [
9-
"index.js",
109
"es",
10+
"index.js",
11+
"src",
1112
"umd"
1213
],
1314
"directories": {
@@ -31,6 +32,7 @@
3132
},
3233
"dependencies": {
3334
"clean-react-props": "^0.1.1",
35+
"lodash.omit": "^4.5.0",
3436
"lodash.throttle": "^4.1.1",
3537
"prop-types": "^15.5.10",
3638
"react-dom": "^15.6.1"

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,10 @@ locate-path@^2.0.0:
19481948
p-locate "^2.0.0"
19491949
path-exists "^3.0.0"
19501950

1951+
lodash.omit@^4.5.0:
1952+
version "4.5.0"
1953+
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
1954+
19511955
lodash.throttle@^4.1.1:
19521956
version "4.1.1"
19531957
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"

0 commit comments

Comments
 (0)