Skip to content

Commit

Permalink
fix: Add missing dependency underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Mar 24, 2022
1 parent 125e5a7 commit 40ae1d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"main": "./src/pat-content-mirror.js",
"dependencies": {
"@patternslib/patternslib": "^6.0.1"
"@patternslib/patternslib": "^6.0.1",
"underscore": "^1.13.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down

0 comments on commit 40ae1d5

Please sign in to comment.