Skip to content

Commit

Permalink
Update package definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 4, 2018
1 parent bd5efb6 commit 5e04041
Show file tree
Hide file tree
Showing 3 changed files with 899 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{
"name": "@vuex-orm/plugin-axios",
"version": "1.0.0",
"version": "0.1.0",
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
"main": "dist/index.js",
"repository": "https://github.com/vuex-orm/vuex-orm-axios",
"author": "Kani Robinson",
"license": "MIT",
"private": false,
"scripts": {
"watch": "webpack --watch --mode=production",
"build": "webpack --mode=production",
"lint": "eslint src/**/*.js test/**/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"type": "git+https://github.com/vuex-orm/plugin-axios.git"
},
"keywords": [
"vue",
"vuex",
"vuex-plugin",
"vuex-orm",
"vuex-orm-plugin",
"axios",
"http"
],
"author": "Kani Robinson",
"license": "MIT",
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
Expand Down
Loading

0 comments on commit 5e04041

Please sign in to comment.