move cli bin to root

This commit is contained in:
Chris Breiding
2017-03-16 10:10:32 -04:00
parent aeadf4c9a3
commit b4c987399f
3 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/env node
require("coffee-script/register")
require("../lib/cli.coffee")()
require("../packages/core-cli/lib/cli")()
+3
View File
@@ -2,6 +2,9 @@
"name": "cypress-monorepo",
"version": "0.0.0",
"main": "index.js",
"bin": {
"cypress": "bin/cypress"
},
"scripts": {
"postinstall": "npm run all install",
"start": "node lib/run.js",
-3
View File
@@ -37,9 +37,6 @@
"xvfb": "cypress-io/node-xvfb",
"yauzl": "^2.4.1"
},
"bin": {
"cypress": "bin/cypress"
},
"devDependencies": {
"@cypress/core-releaser": "0.1.8",
"chai": "^3.2.0",