Skip to content

Commit

Permalink
Fix: Make hint a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Aug 27, 2018
1 parent df7281f commit 9b88e39
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/connector-chrome/package.json
Expand Up @@ -9,7 +9,6 @@
"dependencies": {
"@hint/utils-debugging-protocol-common": "^1.0.1",
"chrome-launcher": "^0.10.2",
"hint": "^3.2.3",
"is-ci": "^1.2.0",
"lockfile": "^1.0.4"
},
Expand All @@ -24,6 +23,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"lodash": "^4.17.10",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-jsdom/package.json
Expand Up @@ -9,7 +9,6 @@
"dependencies": {
"@hint/utils-connector-tools": "^1.0.2",
"canvas-prebuilt": "^1.6.5-prerelease.1",
"hint": "^3.2.3",
"jsdom": "^11.12.0",
"node-pre-gyp": "^0.11.0"
},
Expand All @@ -23,6 +22,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"lodash": "^4.17.10",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/connector-local/package.json
Expand Up @@ -8,8 +8,7 @@
},
"dependencies": {
"chokidar": "^2.0.4",
"globby": "^8.0.1",
"hint": "^3.2.3"
"globby": "^8.0.1"
},
"description": "hint local connector",
"devDependencies": {
Expand All @@ -23,6 +22,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"lodash": "^4.17.10",
"markdownlint-cli": "^0.13.0",
"mock-require": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-connector-tools/package.json
Expand Up @@ -8,7 +8,6 @@
},
"dependencies": {
"async": "^2.6.1",
"hint": "^3.2.3",
"iconv-lite": "^0.4.24",
"iltorb": "^2.3.2",
"request": "^2.88.0"
Expand All @@ -21,6 +20,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"nyc": "^12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-create-server/package.json
@@ -1,7 +1,6 @@
{
"dependencies": {
"express": "^4.16.3",
"hint": "^3.2.3",
"lodash": "^4.17.10",
"on-headers": "^1.0.1"
},
Expand All @@ -16,6 +15,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-debugging-protocol-common/package.json
Expand Up @@ -2,7 +2,6 @@
"dependencies": {
"@hint/utils-connector-tools": "^1.0.2",
"chrome-remote-interface": "^0.26.1",
"hint": "^3.2.3",
"lodash": "^4.17.10"
},
"description": "hint debugging protocol common functionality",
Expand All @@ -12,6 +11,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "^0.12.0",
"hint": "^3.2.3",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
Expand Down

0 comments on commit 9b88e39

Please sign in to comment.