Merge pull request #2 from lyweiwei/fix-inherit

Fix inherit
This commit is contained in:
Wei Wei 2016-10-26 06:30:46 +08:00 коммит произвёл GitHub
Родитель 7e255e969b 4dce8d78e9
Коммит a0a57f6b66
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1,6 +1,6 @@
{
"main": "dist/backbone-toolbar.js",
"version": "0.0.5",
"version": "0.0.6",
"files": [
"dist"
],
@ -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",

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

@ -50,5 +50,5 @@ module.exports = {
babel: { presets: ['es2015', 'stage-3'] },
externals: [getExternals()],
resolve: { alias: webpackAlias },
devtool: 'source-map',
devtool: 'inline-source-map',
};