Skip to content

Commit

Permalink
updated all examples with blessed-vue 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Apr 27, 2017
1 parent 4dec157 commit e655b1d
Show file tree
Hide file tree
Showing 7 changed files with 919 additions and 206 deletions.
6 changes: 3 additions & 3 deletions examples/call-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "npm run build && node bundle.js"
},
"devDependencies": {
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"vue-loader": "^12.0.2",
"vue-template-compiler": "^2.3.0",
"webpack": "^2.3.3",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"blessed-vue": "^1.0.0",
"blessed-vue": "^1.2.0",
"faker": "^4.1.0",
"moment": "^2.18.1",
"pretty-seconds": "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/call-log/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
libraryTarget: "commonjs"
},
target: 'node',
externals: [nodeExternals()]..concat(['../../dist/build']),
externals: [nodeExternals()].concat(['../../dist/build']),
module: {
// module.rules is the same as module.loaders in 1.x
rules: [
Expand Down
Loading

0 comments on commit e655b1d

Please sign in to comment.