mutt-forms-vue
Advanced tools
Comparing version 0.4.16 to 0.4.17
{ | ||
"name": "mutt-forms-vue", | ||
"description": "Mutt forms - VueJS integration", | ||
"version": "0.4.16", | ||
"version": "0.4.17", | ||
"author": "Bought By Many <dev@boughtbymany.com>", | ||
@@ -26,11 +26,10 @@ "license": "MIT", | ||
"moment": "2.18.1", | ||
"mutt-forms": "^1.4.6", | ||
"vue": "^2.3.4" | ||
"mutt-forms": "^1.4.x", | ||
"vue": "^2.5.2" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.0.1", | ||
"babel-loader": "^7.1.2", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-env": "^2.4.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-loader": "^6.4.1", | ||
"babel-register": "^6.24.1", | ||
"chai": "^3.5.0", | ||
@@ -55,3 +54,3 @@ "cross-env": "^3.0.0", | ||
"vue-loader": "^12.2.1", | ||
"vue-template-compiler": "^2.3.4", | ||
"vue-template-compiler": "^2.5.x", | ||
"webpack": "^2.6.1", | ||
@@ -64,5 +63,12 @@ "webpack-dev-server": "^2.4.5" | ||
"env", | ||
"react", | ||
"stage-0" | ||
], | ||
"plugins": [ | ||
"transform-class-properties", | ||
"transform-decorators", | ||
"transform-react-constant-elements", | ||
"transform-react-inline-elements" | ||
] | ||
} | ||
} |
@@ -16,2 +16,3 @@ /** | ||
setValue(value) { | ||
console.log('HERE 123', value) | ||
this.value = value | ||
@@ -18,0 +19,0 @@ }, |
@@ -9,3 +9,3 @@ const path = require('path') | ||
module.exports = { | ||
entry: ['babel-polyfill', './test/playground/main.js'], | ||
entry: './test/playground/main.js', | ||
output: { | ||
@@ -12,0 +12,0 @@ path: resolve('dist'), |
Sorry, the diff of this file is not supported yet
29924
26
276
Updatedmutt-forms@^1.4.x
Updatedvue@^2.5.2