Skip to content

Commit 0ae8a73

Browse files
committed
fix: remove lodash dependency
This version of hubot-mock-adapter removed the code which uses lodash.
1 parent b669b3f commit 0ae8a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"main": "index.js",
1818
"dependencies": {
19-
"hubot": ">=2.5.4",
20-
"lodash": "1.3.1"
19+
"hubot": ">=2.5.4"
2120
},
2221
"license": "WTFPL"
2322
}

0 commit comments

Comments
 (0)