Skip to content

Commit a242292

Browse files
committed
[package.json] Remove bin field
1 parent cadae52 commit a242292

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "unit.js",
3-
"version": "1.0.0",
4-
"description": "Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features.",
3+
"version": "1.0.1",
4+
"description": "Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries like Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features.",
55
"main": "src/index.js",
6-
"bin": {
7-
"test": "./bin/test",
8-
"unitjs": "./unitjs"
9-
},
106
"keywords": [
117
"test",
128
"spec",

0 commit comments

Comments
 (0)