Skip to content

Commit ba2697e

Browse files
fix(package.json): Add lodash as peer depencency
1 parent 163d849 commit ba2697e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"rollup-plugin-babel": "^4.3.2",
5555
"standard-version": "^5.0.1"
5656
},
57+
"peerDependencies": {
58+
"lodash": "^4.17.11"
59+
},
5760
"scripts": {
5861
"build:cjs": "npx rollup -c",
5962
"build:es": "npx babel src/ --out-dir dist/es --copy-files",

0 commit comments

Comments
 (0)