Skip to content

Commit

Permalink
Use Broccoli executable from project rather than global
Browse files Browse the repository at this point in the history
  • Loading branch information
YoranBrondsema committed Jul 15, 2019
1 parent ecfa8ce commit a8b8248
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ before_install:
- npm config set spin false

install:
- npm install -g broccoli-cli
- npm install

script:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"homepage": "https://github.com/bustlelabs/mobiledoc-text-renderer",
"devDependencies": {
"broccoli": "^1.1.1",
"broccoli-cli": "^1.0.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-multi-builder": "^0.3.0",
"broccoli-test-builder": "^0.3.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,13 @@ broccoli-babel-transpiler@^5.6.2:
rsvp "^3.5.0"
workerpool "^2.3.0"

broccoli-cli@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/broccoli-cli/-/broccoli-cli-1.0.0.tgz#69444521a5e631569300fbc196e85e18097b22a4"
integrity sha1-aURFIaXmMVaTAPvBluheGAl7IqQ=
dependencies:
resolve "~0.6.1"

broccoli-concat@^3.2.0:
version "3.7.3"
resolved "https://registry.yarnpkg.com/broccoli-concat/-/broccoli-concat-3.7.3.tgz#0dca01311567ffb13180e6b4eb111824628e4885"
Expand Down Expand Up @@ -3466,6 +3473,11 @@ resolve@^1.1.6, resolve@^1.10.0:
dependencies:
path-parse "^1.0.6"

resolve@~0.6.1:
version "0.6.3"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-0.6.3.tgz#dd957982e7e736debdf53b58a4dd91754575dd46"
integrity sha1-3ZV5gufnNt699TtYpN2RdUV13UY=

ret@~0.1.10:
version "0.1.15"
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
Expand Down

0 comments on commit a8b8248

Please sign in to comment.