We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6272a4 + 3a33bd5 commit d6a66f8Copy full SHA for d6a66f8
.travis.yml
@@ -1,6 +1,9 @@
1
language: node_js
2
node_js:
3
- "node"
4
+before_install:
5
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
6
+ - export PATH="$HOME/.yarn/bin:$PATH"
7
script:
8
- yarn run lint
9
- yarn test -- --maxWorkers=4
package.json
@@ -1,6 +1,6 @@
{
"name": "vuex-map-fields",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Enable two-way data binding for form fields saved in a Vuex store",
"keywords": [
"vue",
0 commit comments