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

Commit

Permalink
chore: add lodash as devDependency
Browse files Browse the repository at this point in the history
Closes #5383
  • Loading branch information
Foxandxss committed Feb 1, 2016
1 parent e4c88bf commit 3a03f29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"lib": "src/"
},
"files": [
"dist/", "src/", "template/"
"dist/",
"src/",
"template/"
],
"main": "index.js",
"scripts":{
"scripts": {
"test": "grunt"
},
"repository": {
Expand Down Expand Up @@ -39,6 +41,7 @@
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"load-grunt-tasks": "^3.3.0",
"lodash": "^4.1.0",
"marked": "^0.3.5",
"semver": "^5.0.1",
"shelljs": "^0.5.1"
Expand Down

0 comments on commit 3a03f29

Please sign in to comment.