Skip to content

Commit

Permalink
Major refactor (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb authored Mar 29, 2020
2 parents 80e4afb + bb0ff05 commit 849d3c0
Show file tree
Hide file tree
Showing 38 changed files with 3,496 additions and 4,418 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

28 changes: 0 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,2 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed
.idea

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Users Environment Variables
.lock-wscript

lib
test/tmp
31 changes: 0 additions & 31 deletions .npmignore

This file was deleted.

14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
sudo: false

language: node_js

cache: npm

jobs:
include:
- node_js: '6'
env: SEQUELIZE=3
- node_js: '6'
env: SEQUELIZE=4
- node_js: '6'
env: SEQUELIZE=latest
- node_js: '10'
env: SEQUELIZE=5
- node_js: '10'
env: SEQUELIZE=next

before_script:
- npm i sequelize@$(echo $SEQUELIZE)
- npm run prepare

script:
- npm run lint
- npm test
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.

All notable changes to this project until v2.3.0 were documented in this file.

For the change logs for versions above v2.3.0, please refer to the GitHub releases section.

## v2.3.0 - 2020-03-22

Expand Down
Loading

0 comments on commit 849d3c0

Please sign in to comment.