Skip to content

Commit

Permalink
Moved type definitions from devDependencies to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Nov 26, 2019
1 parent 707aead commit 150c713
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cli/package.json
Expand Up @@ -27,6 +27,16 @@
"dependencies": {
"@cypress/listr-verbose-renderer": "0.4.1",
"@cypress/xvfb": "1.2.4",
"@types/blob-util": "1.3.3",
"@types/bluebird": "3.5.18",
"@types/chai": "4.0.8",
"@types/chai-jquery": "1.1.38",
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.122",
"@types/minimatch": "3.0.3",
"@types/mocha": "5.2.7",
"@types/sinon": "7.0.0",
"@types/sinon-chai": "3.2.2",
"@types/sizzle": "2.3.2",
"arch": "2.1.1",
"bluebird": "3.5.0",
Expand Down Expand Up @@ -60,16 +70,6 @@
},
"devDependencies": {
"@cypress/sinon-chai": "1.1.0",
"@types/blob-util": "1.3.3",
"@types/bluebird": "3.5.18",
"@types/chai": "4.0.8",
"@types/chai-jquery": "1.1.38",
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.122",
"@types/minimatch": "3.0.3",
"@types/mocha": "5.2.7",
"@types/sinon": "7.0.0",
"@types/sinon-chai": "3.2.2",
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"bin-up": "1.2.2",
Expand Down

0 comments on commit 150c713

Please sign in to comment.