1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Adjust dependencies.

Use the GitHub-flavored dependency style for fluentlib and bring in
Underscore.js.
This commit is contained in:
devlinjd 2015-10-07 03:52:08 -04:00
parent d3a85dc935
commit 7f930283c6

View File

@ -25,7 +25,8 @@
},
"homepage": "https://github.com/fluentdesk/fluentcmd",
"dependencies": {
"fluentlib": "file:..\\fluentlib",
"minimist": "^1.2.0"
"fluentlib": "fluentdesk/fluentlib",
"minimist": "^1.2.0",
"underscore": "^1.8.3"
}
}