Skip to content

Commit

Permalink
Merge pull request #72 from vuex-orm/next
Browse files Browse the repository at this point in the history
The new start for Vuex ORM Axios
  • Loading branch information
kiaking authored Oct 21, 2019
2 parents 456fa5a + 4039cdb commit 0f45dbf
Show file tree
Hide file tree
Showing 58 changed files with 7,141 additions and 3,482 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/coverage
/docs/.vuepress/dist
/docs/node_modules
/lib
/node_modules
yarn-error.log
vuex-orm-axios*.tgz
coverage
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/build
/coverage
/test
.*
logo-vuex-orm.png
tsconfig.build.json
tsconfig.json
tslint.json
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "10"
- "12"
script:
- npm run lint
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov
Loading

0 comments on commit 0f45dbf

Please sign in to comment.