Skip to content

Commit

Permalink
node 11 + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Oct 30, 2018
1 parent 1d0eaca commit 81b3c9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 22 deletions.
23 changes: 7 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
.idea
*.iml
npm-debug.log
dump.rdb
node_modules
results.tap
results.xml
config.json
.DS_Store
*/.DS_Store
*/*/.DS_Store
._*
*/._*
*/*/._*
**/node_modules
**/package-lock.json

coverage.*
.settings
package-lock.json

**/.DS_Store
**/._*

**/*.pem
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
- "node"

sudo: false
4 changes: 0 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* * *

The complete list of contributors can be found at: https://github.com/hapijs/catbox/graphs/contributors
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x",
"joi": "13.x.x"
"joi": "14.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "16.x.x"
"lab": "17.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
Expand Down

0 comments on commit 81b3c9a

Please sign in to comment.