Skip to content

Commit

Permalink
build: add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 14, 2019
1 parent 8e99915 commit 1caa6d8
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .bumpedrc

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"gulp-uglify": "latest",
"html-metadata": "latest",
"husky": "latest",
"json-future": "latest",
"lerna": "latest",
"lerna-changelog": "latest",
"lint-staged": "latest",
"mkdirp": "latest",
"node-metainspector": "latest",
Expand Down
5 changes: 5 additions & 0 deletions packages/metascraper-amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"lodash": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions packages/metascraper-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"lodash": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions packages/metascraper-clearbit-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"got": "~9.5.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions packages/metascraper-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"video-extensions": "~1.1.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions packages/metascraper-lang-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"iso-639-3": "~1.1.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-logo-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"lodash": "~4.17.11"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions packages/metascraper-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-media-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
},
"devDependencies": {
"browserless": "latest",
"mocha": "latest",
"nyc": "latest",
"puppeteer": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions packages/metascraper-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-soundcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"@metascraper/helpers": "^4.9.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"lodash": "~4.17.11"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"p-locate": "~3.0.0"
},
"devDependencies": {
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"snap-shot": "latest",
"standard": "latest"
},
"engines": {
Expand Down

0 comments on commit 1caa6d8

Please sign in to comment.