Add acorn as dependency (validator support)

We're switching away from Spidermonkey and using Acorn instead.
This commit is contained in:
Matt Basta 2013-10-11 13:34:39 -07:00
Родитель 915ffc1b8e
Коммит 04c11fdaca
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -7,6 +7,7 @@
"npm": ">= 1.1.x"
},
"dependencies": {
"acorn": "0.4.0",
"clean-css": "0.10.x",
"less": "1.3.x",
"stylus": "0.32.x",