Skip to content

Commit

Permalink
Merge pull request #81 from billybonks/update-broc
Browse files Browse the repository at this point in the history
Update broc
  • Loading branch information
billybonks authored Mar 13, 2018
2 parents 52497b0 + 8bc8d6a commit 0ec5794
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
var filteredTreeToBeLinted = new Funnel(tree, {
exclude: ['**/*.js']
});
return new StyleLinter(filteredTreeToBeLinted, this.styleLintOptions);
return StyleLinter.create(filteredTreeToBeLinted, this.styleLintOptions)
}, this);

return mergeTrees(linted);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-stylelint",
"version": "1.3.0",
"version": "1.4.0",
"description": "StyleLint addon for ember applications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"ember-cli-babel": "^6.7.1",
"broccoli-funnel": "^1.1.0",
"broccoli-merge-trees": "^1.2.1",
"broccoli-stylelint": "^1.3.0",
"broccoli-stylelint": "^1.4.0",
"js-string-escape": "^1.0.1"
},
"ember-addon": {
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1290,18 +1290,16 @@ broccoli-stew@^1.2.0, broccoli-stew@^1.3.3:
symlink-or-copy "^1.1.8"
walk-sync "^0.3.0"

broccoli-stylelint@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/broccoli-stylelint/-/broccoli-stylelint-1.3.0.tgz#5c6da009204dee7219e0c786369e2fc30ed9490d"
broccoli-stylelint@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/broccoli-stylelint/-/broccoli-stylelint-1.4.0.tgz#abf0d33e1b60e7154294f52079067f2f77a7c8cd"
dependencies:
aot-test-generators "^0.1.0"
broccoli-node-info "~1.1.0"
broccoli-persistent-filter "^1.4.3"
chalk "~2.3.0"
ignore "^3.3.7"
js-string-escape "~1.0.1"
merge "~1.2.0"
stylelint "~8.4.0"
stylelint "^8.4.0"

broccoli-uglify-sourcemap@^2.0.1:
version "2.0.2"
Expand Down Expand Up @@ -4684,7 +4682,7 @@ merge-trees@^1.0.1:
rimraf "^2.4.3"
symlink-or-copy "^1.0.0"

merge@^1.1.3, merge@~1.2.0:
merge@^1.1.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.0.tgz#7531e39d4949c281a66b8c5a6e0265e8b05894da"

Expand Down Expand Up @@ -6323,7 +6321,7 @@ [email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/styled_string/-/styled_string-0.0.1.tgz#d22782bd81295459bc4f1df18c4bad8e94dd124a"

stylelint@~8.4.0:
stylelint@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-8.4.0.tgz#c2dbaeb17236917819f9206e1c0df5fddf6f83c3"
dependencies:
Expand Down

0 comments on commit 0ec5794

Please sign in to comment.