Skip to content

Commit

Permalink
fix: sync-exec should be just a dev dependency
Browse files Browse the repository at this point in the history
The sync-exec library is now used only in the hook handlers
integration tests. Moreover, the tests are currently turned off
(for various reasons: #672, #644, and more).
  • Loading branch information
honzajavorek committed Apr 18, 2017
1 parent 57e57c1 commit aefe788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -48,7 +48,6 @@
"proxyquire": "^1.7.10",
"request": "^2.81.0",
"spawn-args": "^0.2.0",
"sync-exec": "^0.6.2",
"uuid": "^3.0.0",
"which": "^1.2.14",
"winston": "^2.2.0"
Expand All @@ -70,7 +69,8 @@
"nock": "^9.0.13",
"ps-node": "^0.1.5",
"semantic-release": "^6.3.2",
"sinon": "^2.1.0"
"sinon": "^2.1.0",
"sync-exec": "^0.6.2"
},
"keywords": [
"api",
Expand Down

0 comments on commit aefe788

Please sign in to comment.