Skip to content

Commit ca77a50

Browse files
committed
Remove test from package.json
1 parent bd87534 commit ca77a50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "akismet",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"keywords": ["akismet", "comment", "spam"],
55
"homepage": "https://github.com/oozcitak/akismet-js",
66
"description": "Akismet API client for node.js",
@@ -28,7 +28,6 @@
2828
},
2929
"scripts": {
3030
"prepublish": "coffee -co lib/ src/*.coffee",
31-
"postpublish": "rm -rf lib",
32-
"test": "vows test/*"
31+
"postpublish": "rm -rf lib"
3332
}
3433
}

0 commit comments

Comments
 (0)