Skip to content

Commit

Permalink
[package.json] Remove bin field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Sep 13, 2014
1 parent cadae52 commit a242292
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a242292

Please sign in to comment.