Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 3a03f29

Browse files
committed
chore: add lodash as devDependency
Closes #5383
1 parent e4c88bf commit 3a03f29

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
"lib": "src/"
99
},
1010
"files": [
11-
"dist/", "src/", "template/"
11+
"dist/",
12+
"src/",
13+
"template/"
1214
],
1315
"main": "index.js",
14-
"scripts":{
16+
"scripts": {
1517
"test": "grunt"
1618
},
1719
"repository": {
@@ -39,6 +41,7 @@
3941
"karma-firefox-launcher": "^0.1.4",
4042
"karma-jasmine": "^0.3.5",
4143
"load-grunt-tasks": "^3.3.0",
44+
"lodash": "^4.1.0",
4245
"marked": "^0.3.5",
4346
"semver": "^5.0.1",
4447
"shelljs": "^0.5.1"

0 commit comments

Comments
 (0)