Skip to content

Commit

Permalink
Merge 38738f3 into f85ef1f
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 23, 2018
2 parents f85ef1f + 38738f3 commit a0baeed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- '4'
- '8'

# sudo=false to run builds inside container infrastructure
# see https://github.com/bem/bem-components/issues/1528
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"enb": "^1.2.0",
"enb-bem-docs": "0.11.0",
"enb-bem-examples": "^1.0.1",
"enb-bem-i18n": "^1.1.0",
"enb-bem-specs": "^0.9.0",
"enb-bem-techs": "^2.1.0",
"enb-bem-tmpl-specs": "^1.1.0",
"enb-bem-docs": "0.14.1",
"enb-bem-examples": "^1.0.2",
"enb-bem-i18n": "^1.1.1",
"enb-bem-specs": "^0.11.0",
"enb-bem-techs": "^2.2.2",
"enb-bem-tmpl-specs": "^1.3.3",
"enb-bemxjst": "^8.10.2",
"enb-bemxjst-6x": "^6.5.3",
"enb-bemxjst-7x": "^7.3.1",
"enb-bemxjst-i18n": "1.0.0-beta3",
"enb-bh": "^1.1.0",
"enb-bh": "^1.2.1",
"enb-bh-i18n": "1.0.0-beta2",
"enb-borschik": "^2.1.0",
"enb-css": "^1.0.2",
"enb-js": "^1.1.0",
"enb-magic-factory": "^0.5.0",
"enb-magic-platform": "0.6.0",
"enb-borschik": "^2.8.0",
"enb-css": "^1.2.2",
"enb-js": "^1.1.1",
"enb-magic-factory": "^0.6.0",
"enb-magic-platform": "0.7.0",
"gitbook-api": "^3.0.2",
"git-hooks": "^1.0.2",
"istanbul": "^0.4.3",
Expand All @@ -52,6 +52,7 @@
},
"scripts": {
"start": "magic server",
"postinstall": "npm i jsdoc",
"lint": "jshint-groups && jscs .",
"test": "npm run lint && npm run test-all",
"test-all": "npm run test-i18n && npm run test-tmpl && npm run test-js && npm run test-dist",
Expand Down

0 comments on commit a0baeed

Please sign in to comment.