Skip to content

Commit

Permalink
Merge pull request #47 from holidayextras/bump-packages
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
pmcnr-hx authored Sep 23, 2017
2 parents ab915aa + 6da53ab commit 4d4e78f
Show file tree
Hide file tree
Showing 7 changed files with 3,954 additions and 22 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
coverage.html
*.tgz
complexity
coverage.html
jsonapi-server.cpuprofile
node_modules
npm-debug.log
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
!test
*~
.*
complexity
coverage.html
jsonapi-server.cpuprofile
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist: trusty
sudo: false
language: node_js
services:
- mongodb
node_js:
- "6"
script: "npm run $TEST_STEP"
env:
matrix:
- TEST_STEP=lint
- TEST_STEP=test
- 4
- 6
- 8
script: npm run ci
notifications:
email: false
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 2017-09-23 - v2.0.0
- 2017-09-23 - Bump all dependencies
- 2017-09-23 - Support Node.js 8.
- 2017-09-23 - Only Node.js >= 4.5 is now supported.
- 2017-09-23 - Support latest `jsonapi-server`.
- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined`
- 2016-12-09 - v1.5.1
- 2016-12-09 - Bump all dependencies
- 2016-06-25 - v1.5.0
Expand Down
Loading

0 comments on commit 4d4e78f

Please sign in to comment.