www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ab1b2d6fdc18bcecba2488181bc2d420bc961a4e
parent 0a3a2271f4b207feb14fe366cb4e72e48d79dd93
Author: Emily Eisenberg <emily@khanacademy.org>
Date:   Tue, 13 Aug 2013 18:27:42 -0700

Oops, forgot about commas

Diffstat:
Mpackage.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "browserify": "~2.23.1", "express": "~3.3.3", - "less": "~1.4.2" - "through": "~2.3.4", + "less": "~1.4.2", + "through": "~2.3.4" } }