Comparing version 1.12.4 to 1.12.5
@@ -150,4 +150,10 @@ /** | ||
} | ||
var version = descriptor.version; | ||
if(version && version[0] !== "^") { | ||
version = encodeURIComponent(decodeURIComponent(version)); | ||
} | ||
return descriptor.packageName | ||
+ (descriptor.version ? '@' + descriptor.version : '') | ||
+ (version ? '@' + version : '') | ||
+ (modulePath ? '#' + modulePath : '') | ||
@@ -154,0 +160,0 @@ + (descriptor.plugin ? descriptor.plugin : ''); |
{ | ||
"name": "steal", | ||
"description": "Gets JavaScript.", | ||
"version": "1.12.4", | ||
"version": "1.12.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Bitovi", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4689531
119184