Skip to content

Commit

Permalink
#30 Fixing some demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Nov 12, 2018
1 parent 66df229 commit 5af5849
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion install_ember_addons.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

yarn add --dev clipboard@^1.7.1
yarn add --dev clipboard

ember install ct-emberjs-bling

ember install @fortawesome/ember-fontawesome
yarn add @fortawesome/free-solid-svg-icons --dev
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"bootstrap": "^4.1.0",
"broccoli-asset-rev": "^2.4.5",
"clipboard": "^2.0.2",
"ct-emberjs-bling": "^0.0.1-rc.4",
"ct-emberjs-bling": "^0.0.1-rc.5",
"ember-ajax": "^3.0.0",
"ember-auto-import": "^1.2.15",
"ember-cli": "~2.18.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/demo/text-area-select-text.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</small>
</div>
<div class="form-group">
<label for="js-text-select">Select Text (Default Behaviour)</label>
<label for="js-text-area-select">Select Text (Default Behaviour)</label>
{{text-area
aria-describedby="js-text-area-select-helpblock"
class="form-control"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3093,9 +3093,9 @@ crypto-random-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"

ct-emberjs-bling@^0.0.1-rc.4:
version "0.0.1-rc.4"
resolved "https://registry.yarnpkg.com/ct-emberjs-bling/-/ct-emberjs-bling-0.0.1-rc.4.tgz#d420e55fa43d41cf670f2d7a4e45a702455d3904"
ct-emberjs-bling@^0.0.1-rc.5:
version "0.0.1-rc.5"
resolved "https://registry.yarnpkg.com/ct-emberjs-bling/-/ct-emberjs-bling-0.0.1-rc.5.tgz#12213ca59897f8a8a26a00f963d2fa6e90f0c029"
dependencies:
clipboard "^2"
ember-auto-import "^1.2.15"
Expand Down

0 comments on commit 5af5849

Please sign in to comment.