From 4396f096208cd319af942996c3a61ea4c9c05ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 15 Apr 2017 02:47:15 -0700 Subject: [PATCH] fix(manifest): meh just shove _from in there --- manifest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.js b/manifest.js index c825ab3..4d0abf0 100644 --- a/manifest.js +++ b/manifest.js @@ -36,6 +36,7 @@ function manifest (spec, opts) { if (opts.annotate) { manifest._requested = spec manifest._spec = spec.raw + manifest._from = spec.raw manifest._where = opts.where }