-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Knex version from 0.21.21 to 1.0.1 (#41)
* builds and runs tests but i'm not sure if it will work * update version and pipeline * update config * I think it works * update gitignore
- Loading branch information
1 parent
f023dc5
commit a2f0e28
Showing
9 changed files
with
93 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,6 @@ workflows: | |
- unit-tests | ||
filters: | ||
branches: | ||
only: master | ||
only: | ||
- master | ||
- 0.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
.vscode | ||
**/node_modules | ||
**/lib |
Oops, something went wrong.