1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Peg fluentlib version and bump.

This commit is contained in:
devlinjd 2015-10-07 09:51:08 -04:00
parent 7ab2df6696
commit 9de7601a2a

View File

@ -1,6 +1,6 @@
{ {
"name": "fluentcmd", "name": "fluentcmd",
"version": "0.1.0", "version": "0.2.0",
"description": "Generate beautiful, targeted resumes from your command line or shell.", "description": "Generate beautiful, targeted resumes from your command line or shell.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,7 +24,7 @@
}, },
"homepage": "https://github.com/fluentdesk/fluentcmd", "homepage": "https://github.com/fluentdesk/fluentcmd",
"dependencies": { "dependencies": {
"fluentlib": "fluentdesk/fluentlib", "fluentlib": "fluentdesk/fluentlib#v0.1.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"underscore": "^1.8.3" "underscore": "^1.8.3"
} }