Merge remote-tracking branch 'microsoft/master' into disable-menu-item

This commit is contained in:
Wei Wei 2017-04-23 21:33:50 +08:00
Родитель 4f6d39add0 8f7deeb86e
Коммит b0a06a0fd6
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,7 +1,7 @@
li.dropdown-item(role='presentation', class=classes, id=id)
a(role='menuitem')
if iconRight
span.icon-right(class=iconRight)
if iconLeft
span.icon-left(class=iconLeft)
span.text=text
if iconRight
span.icon-right(class=iconRight)

Просмотреть файл

@ -21,10 +21,10 @@
"url": "https://github.com/Microsoft/backbone-toolbar.git"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-3": "^6.11.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"backbone": "^1.3.3",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",