Comparing version 2.1.1 to 2.1.2
@@ -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": "2.1.1", | ||
"version": "2.1.2", | ||
"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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4639907
117523