Skip to content

Commit

Permalink
Clean up package.json a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Aug 13, 2018
1 parent 05ca033 commit 7383eca
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
"name": "concurrently",
"version": "3.6.1",
"description": "Run commands concurrently",
"main": "src/main.js",
"main": "index.js",
"bin": {
"concurrent": "./src/main.js",
"concurrently": "./src/main.js"
"concurrently": "./bin/concurrently.js"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"scripts": {
"lint": "eslint .",
"test": "mocha",
"echo": "echo",
"echo-test": "echo test",
"echo-sound-beep": "echo beep",
"echo-sound-boop": "echo boop"
"test": "jest"
},
"repository": {
"type": "git",
Expand All @@ -32,10 +27,6 @@
],
"author": "Kimmo Brunfeldt",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimmobrunfeldt/concurrently/issues"
},
"homepage": "https://github.com/kimmobrunfeldt/concurrently",
"dependencies": {
"chalk": "^2.4.1",
"commander": "2.6.0",
Expand Down

0 comments on commit 7383eca

Please sign in to comment.