Upgrade to theorist 0.12.0 to remove dependence on harmony proxies

They're turning out to cause instability in the current version of v8
or atom-shell. Perhaps we can revisit this after the upgrade to chromium
31. Once we have Object.observe, we could at least throw an exception
when someone assigns a sequence index directly via ::[] or assigns to
::length.
This commit is contained in:
Nathan Sobo
2014-01-11 10:38:47 -07:00
parent 1fdc78a157
commit 545bf4bd98

View File

@@ -50,7 +50,7 @@
"temp": "0.5.0",
"text-buffer": "0.12.0",
"underscore-plus": "0.6.1",
"theorist": "~0.11.0",
"theorist": "~0.12.0",
"delegato": "~0.4.0",
"mixto": "~0.4.0"
},