diff --git a/package.json b/package.json index 989f3cf..7487d01 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,8 @@ { "name": "unit.js", - "version": "1.0.0", - "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.", + "version": "1.0.1", + "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.", "main": "src/index.js", - "bin": { - "test": "./bin/test", - "unitjs": "./unitjs" - }, "keywords": [ "test", "spec",