From bfda125d288c01c862f2e3a524a66adb1439790b Mon Sep 17 00:00:00 2001 From: jdalton Date: Sun, 28 Jun 2015 22:19:19 -0700 Subject: [PATCH] Bump to v3.8.2. --- lodash._basepullat/index.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lodash._basepullat/index.js b/lodash._basepullat/index.js index 75cb20767..d121071d3 100644 --- a/lodash._basepullat/index.js +++ b/lodash._basepullat/index.js @@ -1,4 +1,11 @@ -/** Used to detect unsigned integer values. */ +/** + * lodash 3.8.2 (Custom Build) + * Build: `lodash modern modularize exports="npm" -o ./` + * Copyright 2012-2015 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ /** Used to detect unsigned integer values. */ var reIsUint = /^\d+$/;