Skip to content

Commit

Permalink
Merge pull request vuex-orm#4 from vuex-orm/bug/async
Browse files Browse the repository at this point in the history
Added Babel RunTime for Vue Cli Projects
  • Loading branch information
KaniRobinson authored Oct 8, 2018
2 parents 5e04041 + beb2894 commit d8f27f8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 888 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"],
"plugins": ["transform-runtime"]
}
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuex-orm/plugin-axios",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,7 +10,6 @@
"test": "jest"
},
"repository": {
"type": "git",
"type": "git+https://github.com/vuex-orm/plugin-axios.git"
},
"keywords": [
Expand All @@ -32,14 +31,15 @@
"dependencies": {
"@babel/preset-env": "^7.0.0",
"@vuex-orm/core": "^0.26.2",
"lodash": "^4.17.11",
"axios": "^0.18.0"
"axios": "^0.18.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
Expand Down
Loading

0 comments on commit d8f27f8

Please sign in to comment.