Skip to content

Commit

Permalink
Merge pull request #95 from CuriBio/development
Browse files Browse the repository at this point in the history
releasing 0.1.2
  • Loading branch information
ejfine authored Jan 25, 2021
2 parents 97a69f5 + 10ed3ac commit cffb79a
Show file tree
Hide file tree
Showing 7 changed files with 4,719 additions and 11,597 deletions.
25 changes: 0 additions & 25 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
cache-name: cache-python-modules
with:
path: ./.cache/pip
path: ~/.cache/pip
key: ${{ matrix.os }}-${{ matrix.python-version }}-build-${{ env.cache-name }}-${{ hashFiles('**/requirements-dev.txt') }}
restore-keys: |
${{ matrix.os }}-${{ matrix.python-version }}-build-${{ env.cache-name }}-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
cache-name: cache-python-modules
with:
path: ./.cache/pip
path: ~/.cache/pip
key: ${{ matrix.os }}-${{ matrix.python-version }}-build-${{ env.cache-name }}-${{ hashFiles('**/requirements-dev.txt') }}
restore-keys: |
${{ matrix.os }}-${{ matrix.python-version }}-build-${{ env.cache-name }}-
Expand Down
17 changes: 2 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,10 @@ repos:
- id: vuejs-check-no-console-log-statments
exclude: dist
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.17.0
rev: v7.18.0
hooks:
- id: eslint
exclude: (dist/)
files: \.(vue)|(js)$
types: [file]
additional_dependencies:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
args: [--fix]
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog for Frontend Test Utils
=================================
0.1.2 (2020-01-25)
------------------

- Removed large numbers of unneeded devDependencies

0.1.1 (2020-01-08)
------------------

Expand Down
Loading

0 comments on commit cffb79a

Please sign in to comment.