Support running tests with 'npm test'

This commit is contained in:
isaacs 2012-08-17 10:26:38 -07:00
parent d5b751323d
commit 9acd75d971

View File

@ -11,5 +11,6 @@
"homepage": "https://github.com/chjj/marked",
"bugs": { "url": "http://github.com/chjj/marked/issues" },
"keywords": [ "markdown", "markup", "html" ],
"tags": [ "markdown", "markup", "html" ]
"tags": [ "markdown", "markup", "html" ],
"scripts": { "test": "node test", "bench": "node test --bench" }
}