Skip to content

Commit

Permalink
Merge branch 'feature/sponsors' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Feb 5, 2019
2 parents f4fca95 + 9b97bf0 commit 3ccc8d3
Show file tree
Hide file tree
Showing 3 changed files with 1,208 additions and 1,306 deletions.
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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
},
"devDependencies": {
"@avalanche/eslint-config": "^3.0.0",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@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.9.0",
"eslint": "^5.13.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"jest": "^23.6.0",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.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 3ccc8d3

Please sign in to comment.