babel-runtime
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -11,3 +11,3 @@ "use strict"; | ||
descriptor.configurable = true; | ||
if (descriptor.value) descriptor.writable = true; | ||
if ("value" in descriptor) descriptor.writable = true; | ||
@@ -14,0 +14,0 @@ _core.Object.defineProperty(target, descriptor.key, descriptor); |
{ | ||
"name": "babel-runtime", | ||
"description": "babel selfContained runtime", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"repository": "babel/babel", | ||
@@ -6,0 +6,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", |
27875