Skip to content

Commit 230c7f7

Browse files
committed
Fix duplicate scripts entries in package
1 parent cc157c5 commit 230c7f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A library for creating a full Slack client",
55
"main": "./index",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "mocha --compilers coffee:coffee-script/register --reporter spec",
88
"prepublish": "grunt prepublish"
99
},
1010
"keywords": [
@@ -41,8 +41,5 @@
4141
"engines": {
4242
"node": ">= 0.10.x",
4343
"npm": ">= 1.1.x"
44-
},
45-
"scripts": {
46-
"test": "mocha --compilers coffee:coffee-script/register --reporter spec"
4744
}
4845
}

0 commit comments

Comments
 (0)