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

Explicitly mention blueprint as a dependency.

This commit is contained in:
devlinjd 2015-10-04 15:05:31 -04:00
parent e622918fee
commit 6e6b55a826

View File

@ -36,5 +36,8 @@
"underscore": "^1.8.3",
"wkhtmltopdf": "^0.1.5",
"xml-escape": "^1.0.0"
},
"devDependencies": {
"blueprint": "^2.1.4"
}
}