Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Aug 1, 2016
1 parent 42d2b9d commit 804db9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
24 changes: 3 additions & 21 deletions .npmignore
@@ -1,21 +1,3 @@
.idea
*.iml
dump.rdb
results.tap
results.xml
npm-shrinkwrap.json
config.json
*/.DS_Store
*/*/.DS_Store
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md

images
test
.gitignore
.npmignore
.travis.yml
CONTRIBUTING.md
*
!lib/**
!.npmignore
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,8 @@ env:
- CXX="g++-4.8"
node_js:
- "4"
- "5"
- "6"
- "node"
addons:
apt:
sources:
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE
@@ -1,3 +1,4 @@
Copyright (c) 2014-2016, Project contributors
Copyright (c) 2014-2015, Walmart and other contributors.
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"code": "3.x.x",
"hapi": "13.x.x",
"hapi": "14.x.x",
"lab": "10.x.x"
},
"scripts": {
Expand Down

0 comments on commit 804db9f

Please sign in to comment.