Skip to content

Commit 5e04041

Browse files
committed
Update package definitions
1 parent bd5efb6 commit 5e04041

File tree

3 files changed

+899
-8
lines changed

3 files changed

+899
-8
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: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
{
22
"name": "@vuex-orm/plugin-axios",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Vuex-ORM Plugin to sync the data against a RESTful API.",
55
"main": "dist/index.js",
6-
"repository": "https://github.com/vuex-orm/vuex-orm-axios",
7-
"author": "Kani Robinson",
8-
"license": "MIT",
9-
"private": false,
106
"scripts": {
117
"watch": "webpack --watch --mode=production",
128
"build": "webpack --mode=production",
139
"lint": "eslint src/**/*.js test/**/*.js",
1410
"test": "jest"
1511
},
12+
"repository": {
13+
"type": "git",
14+
"type": "git+https://github.com/vuex-orm/plugin-axios.git"
15+
},
16+
"keywords": [
17+
"vue",
18+
"vuex",
19+
"vuex-plugin",
20+
"vuex-orm",
21+
"vuex-orm-plugin",
22+
"axios",
23+
"http"
24+
],
25+
"author": "Kani Robinson",
26+
"license": "MIT",
1627
"jest": {
1728
"transform": {
1829
"^.+\\.jsx?$": "babel-jest"

0 commit comments

Comments
 (0)