Skip to content

Commit

Permalink
Up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Aug 22, 2014
1 parent bf7022a commit 9ebf36f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -24,13 +24,13 @@
"bower": "1.3.8",
"csscomb": "~2.0.0",
"bem-naming": "0.2.1",
"enb": "0.13.6",
"enb-bem": "0.1.0-beta1",
"enb": "0.13.7",
"enb-bem": "0.1.0-beta2",
"enb-autoprefixer": "0.1.1",
"enb-bem-docs": "0.3.8",
"enb-bem-docs": "0.3.9",
"enb-bem-examples": "0.4.8",
"enb-bem-specs": "0.4.6",
"enb-bem-tmpl-specs": "0.2.2",
"enb-bem-specs": "0.4.7",
"enb-bem-tmpl-specs": "0.2.3",
"enb-bemxjst": "1.3.2",
"enb-bh": "0.2.3",
"enb-borschik": "1.1.1",
Expand All @@ -52,7 +52,7 @@
"scripts": {
"deps": "bower i",
"build": "npm run build-${TEST_SCOPE:-all}",
"build-all": "npm run deps && enb make __magic__ desktop.examples desktop.tests desktop.docs touch-pad.examples touch-pad.tests touch-pad.docs touch-phone.examples touch-phone.tests touch-phone.docs && enb make *.pages/*",
"build-all": "npm run deps && enb make __magic__ desktop.examples desktop.docs touch-pad.examples touch-pad.docs touch-phone.examples touch-phone.docs && enb make *.pages/*",
"build-specs": "npm run deps",
"build-gemini": "npm run deps && enb make tests desktop.tests",
"test": "npm run build && npm run ${TEST_SCOPE:-test-all}",
Expand Down

0 comments on commit 9ebf36f

Please sign in to comment.