Skip to content

Commit

Permalink
Repo fixes - bump deps and refactor for standard lib coding style (#551)
Browse files Browse the repository at this point in the history
* chore(): bump deps, @js-data/repo-tools@1.0.1
chore(): add package-lock

* chore(): bump all deps
refactor(): changes for latest standard lib version

* Revert "chore(): bump all deps"

This reverts commit 0e89101.

* chore(): fix all standard lib code standards and bump deps
  • Loading branch information
crobinson42 committed Jan 25, 2020
1 parent 9852279 commit 17020d8
Show file tree
Hide file tree
Showing 100 changed files with 19,440 additions and 1,295 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -30,4 +30,3 @@ doc/
node_modules/
typings
yarn.lock
package-lock.json
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -19,6 +19,7 @@ Jeremy TRUFIER <jeremy@trufier.com>
Ken Børge Viktil <ken.borge.viktil@evry.com>
Kent C. Dodds <kent@doddsfamily.us>
Kurt Van Delden <kurt@vandeldenassociates.com>
Luis Vargas <luisbigvargas@gmail.com>
lumimies <lumimies@gmail.com>
Matt Lewis <matthew.lewis@socialsignin.co.uk>
Matt Lewis <mattlewis92@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions conf.json
Expand Up @@ -14,7 +14,7 @@
"templates": {
"theme": "jsdata",
"systemName": "js-data",
"copyright": "js-data Copyright © 2014-2017 js-data project authors",
"copyright": "js-data Copyright © 2014-2020 js-data project authors",
"outputSourceFiles": true,
"linenums": true,
"logoFile": "https://raw.githubusercontent.com/js-data/js-data/master/js-data-64.png",
Expand All @@ -24,4 +24,4 @@
"domain": "api.js-data.io"
}
}
}
}
64 changes: 32 additions & 32 deletions dist/js-data.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js-data.es2015.js.map

Large diffs are not rendered by default.

0 comments on commit 17020d8

Please sign in to comment.