Skip to content

Commit

Permalink
Merge pull request #1274 from bem/greenkeeper-update-all
Browse files Browse the repository at this point in the history
Update all dependencies 🌴
  • Loading branch information
tadatuta committed Mar 30, 2016
2 parents 4ad5e09 + cc57c34 commit 3413795
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .enb/helpers/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ module.exports = function(node, opts) {
}

var nodeDirname = node.getNodePath(),
blockName = path.basename(path.dirname(nodeDirname)),
exampleName = path.basename(nodeDirname),
sublevels = [
path.join(nodeDirname, '..', '.blocks'),
path.join(nodeDirname, blockName + '.blocks'),
path.join(nodeDirname, exampleName + '.blocks'),
path.join(nodeDirname, 'blocks')
].filter(function (level) {
return fs.existsSync(level);
}),
].filter(fs.existsSync),
levels = [].concat(
config.levels(opts.platform),
sublevels
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"dependencies": {
"bem-environ": "~1.4.0",
"bem-xjst": "0.9.0",
"ym": "0.1.0"
"ym": "0.1.2"
},
"devDependencies": {
"bem-naming": "0.5.1",
"bem-walk": "1.0.0-alpha1",
"borschik-tech-cleancss": "2.0.1",
"borschik-tech-cleancss": "2.1.0",
"bower": "^1.5.2",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"enb": "^1.0.1",
"enb-bem-docs": "0.11.0",
"enb-bem-examples": "0.6.0",
"enb-bem-examples": "1.0.0",
"enb-bem-i18n": "^1.1.0",
"enb-bem-specs": "0.8.0",
"enb-bem-techs": "^2.1.0",
Expand All @@ -40,13 +40,13 @@
"enb-css": "^1.0.2",
"enb-js": "^1.1.0",
"enb-magic-platform": "0.6.0",
"git-hooks": "~0.0.6",
"istanbul": "~0.3.2",
"git-hooks": "~1.0.2",
"istanbul": "~0.4.2",
"jscs": "^2.5.1",
"jscs-bem": "^0.2.0",
"jshint-groups": "0.8.0",
"mocha": "~2.2.5",
"vow": "0.4.10"
"mocha": "~2.4.5",
"vow": "0.4.12"
},
"scripts": {
"start": "magic server",
Expand Down

0 comments on commit 3413795

Please sign in to comment.