Skip to content

Commit

Permalink
Relocated some misplaced Gatbsy/website polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Sep 27, 2017
1 parent 241f262 commit a75bf06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "16.0.0",
"devDependencies": {
"array-from": "^2.1.1",
"art": "^0.10.1",
"async": "^1.5.0",
"babel-cli": "^6.6.5",
Expand Down Expand Up @@ -84,8 +83,6 @@
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"run-sequence": "^1.1.4",
"string.prototype.includes": "^1.0.0",
"string.prototype.repeat": "^0.2.0",
"through2": "^2.0.0",
"tmp": "~0.0.28",
"typescript": "~1.8.10",
Expand Down
5 changes: 4 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"gatsby/graphql": "0.10.5"
},
"dependencies": {
"array-from": "^2.1.1",
"gatsby": "^1.9.9",
"gatsby-link": "^1.6.9",
"gatsby-plugin-glamor": "^1.6.4",
Expand All @@ -31,7 +32,9 @@
"hex2rgba": "^0.0.1",
"react-live": "^1.7.1",
"remarkable": "^1.7.1",
"slugify": "^1.2.1"
"slugify": "^1.2.1",
"string.prototype.includes": "^1.0.0",
"string.prototype.repeat": "^0.2.0"
},
"devDependencies": {
"gh-pages": "^1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ array-flatten@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"

array-from@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/array-from/-/array-from-2.1.1.tgz#cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195"

array-iterate@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.1.tgz#865bf7f8af39d6b0982c60902914ac76bc0108f6"
Expand Down Expand Up @@ -8580,6 +8584,14 @@ string.prototype.codepointat@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz#6b26e9bd3afcaa7be3b4269b526de1b82000ac78"

string.prototype.includes@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-1.0.0.tgz#829361cef8ffb927def93ccd5373d9dcc37ee7af"

string.prototype.repeat@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz#aba36de08dcee6a5a337d49b2ea1da1b28fc0ecf"

string_decoder@^0.10.25, string_decoder@~0.10.x:
version "0.10.31"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ array-equal@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"

array-from@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/array-from/-/array-from-2.1.1.tgz#cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195"

array-union@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
Expand Down Expand Up @@ -4210,14 +4206,6 @@ string-width@^2.0.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^3.0.0"

string.prototype.includes@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-1.0.0.tgz#829361cef8ffb927def93ccd5373d9dcc37ee7af"

string.prototype.repeat@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz#aba36de08dcee6a5a337d49b2ea1da1b28fc0ecf"

string_decoder@~0.10.x:
version "0.10.31"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
Expand Down

0 comments on commit a75bf06

Please sign in to comment.