Skip to content

Commit

Permalink
Merge branch 'release/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Feb 5, 2019
2 parents 65842ca + 8ea1ab2 commit da5fc61
Show file tree
Hide file tree
Showing 4 changed files with 1,808 additions and 1,293 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.babelrc
.editorconfig
.eslintrc
.eslintrc-md.json
.travis.yml
*.spec.js
*.tgz

babel.config.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
rollup.config.js
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,12 @@ export default new Vuex.Store({
});
```

## Patreon Sponsors

[![Spiffy](https://res.cloudinary.com/maoberlehner/image/upload/c_scale,h_68,q_auto/v1549339992/github/vuex-map-fields/spiffy-logo.png)](https://spiffy.co/)

[Become a sponsor](https://www.patreon.com/maoberlehner) and get your logo in this README with a link to your site.

## Articles

- [Form Fields, Two-Way Data Binding and Vuex](https://markus.oberlehner.net/blog/form-fields-two-way-data-binding-and-vuex/)
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuex-map-fields",
"version": "1.3.1",
"version": "1.3.2",
"description": "Enable two-way data binding for form fields saved in a Vuex store",
"keywords": [
"vue",
Expand Down Expand Up @@ -29,23 +29,23 @@
},
"devDependencies": {
"@avalanche/eslint-config": "^3.0.0",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@vue/test-utils": "1.0.0-beta.25",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-jest": "^24.0.0",
"coveralls": "^3.0.2",
"eslint": "^5.6.1",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"jest": "^23.6.0",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"eslint": "^5.13.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-markdown": "^1.0.0",
"jest": "^24.0.0",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"uglify-es": "^3.3.9",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1"
"vue": "^2.6.2",
"vue-template-compiler": "^2.6.2",
"vuex": "^3.1.0"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
Loading

0 comments on commit da5fc61

Please sign in to comment.