Skip to content

Commit 9d835c4

Browse files
committed
Updated Version Number
1 parent 6e91564 commit 9d835c4

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-axios",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -51,4 +51,4 @@
5151
"webpack": "^4.17.1",
5252
"webpack-cli": "^3.1.0"
5353
}
54-
}
54+
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,12 @@ babel-code-frame@^6.26.0:
10141014
esutils "^2.0.2"
10151015
js-tokens "^3.0.2"
10161016

1017-
[email protected], babel-core@^6.0.0, babel-core@^6.26.0:
1017+
1018+
version "7.0.0-bridge.0"
1019+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1020+
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
1021+
1022+
babel-core@^6.0.0, babel-core@^6.26.0:
10181023
version "6.26.3"
10191024
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
10201025
integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==

0 commit comments

Comments
 (0)