removing dependency on index.js: makes bootstrapping the build from git checkout much easier

This commit is contained in:
webmonarch 2012-04-25 16:31:48 -07:00
Родитель c384fad0b3
Коммит e5abda534f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
require("../index");
require("./core/core.js");
require("util").puts(JSON.stringify({
"name": "d3",