Skip to content

Commit 787a324

Browse files
authored
Merge pull request #1024 from foundation/develop
2 parents 18d896d + f1bcee1 commit 787a324

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"devDependencies": {
2424
"browser-sync": "^2.9.10",
2525
"cheerio": "^1.0.0-rc.3",
26-
"clipboard-js": "^0.3.6",
2726
"cssnano": "^4.1.10",
2827
"foundation-docs": "foundation/foundation-docs#master",
2928
"foundation-sites": "foundation/foundation-sites#master",
@@ -49,6 +48,7 @@
4948
"inky": "^1.4.1",
5049
"js-yaml": "^3.14.0",
5150
"lazypipe": "^1.0.1",
51+
"lodash.template": ">=4.5.0",
5252
"marked": "^1.1.1",
5353
"motion-ui": "^2.0.3",
5454
"multiline": "^2.0.0",
@@ -60,15 +60,13 @@
6060
"siphon-media-query": "^1.0.0",
6161
"supercollider": "^1.5.2",
6262
"typeahead.js": "^0.11.1",
63-
"yargs": "^14.2.0",
64-
"zeroclipboard": "^2.2.0",
65-
"lodash.template": ">=4.5.0"
63+
"yargs": "^14.2.0"
6664
},
6765
"resolutions": {
68-
"marked" : "^1.1.1",
69-
"minimist" : "^1.2.5",
70-
"braces" : "^2.3.2",
71-
"lodash.template" : ">=4.5.0"
66+
"marked": "^1.1.1",
67+
"minimist": "^1.2.5",
68+
"braces": "^2.3.2",
69+
"lodash.template": ">=4.5.0"
7270
},
7371
"license": "MIT",
7472
"eyeglass": {

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,11 +1098,6 @@ cli-width@^2.0.0:
10981098
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
10991099
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
11001100

1101-
clipboard-js@^0.3.6:
1102-
version "0.3.6"
1103-
resolved "https://registry.yarnpkg.com/clipboard-js/-/clipboard-js-0.3.6.tgz#6260add69b5318fde40b80f9d3c8c863efdaf339"
1104-
integrity sha512-hyrmvbrYCeRBHdiR3KrEz0tmrUTXXEU8HLeGW0Y0icUSwYmAsmc+d6wfE4EDb/TxZmAVJG0eTfMlulCIT+ecfw==
1105-
11061101
cliui@^3.2.0:
11071102
version "3.2.0"
11081103
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
@@ -8633,8 +8628,3 @@ yeast@0.1.2:
86338628
version "0.1.2"
86348629
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
86358630
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
8636-
8637-
zeroclipboard@^2.2.0:
8638-
version "2.3.0"
8639-
resolved "https://registry.yarnpkg.com/zeroclipboard/-/zeroclipboard-2.3.0.tgz#592ebd833a4308688b0739697d3dbf989002c9af"
8640-
integrity sha1-WS69gzpDCGiLBzlpfT2/mJACya8=

0 commit comments

Comments
 (0)