Skip to content

Commit

Permalink
Merge pull request #111 from ralphtheninja/master
Browse files Browse the repository at this point in the history
misc maintenance
  • Loading branch information
ralphtheninja authored Jul 30, 2017
2 parents e29e085 + 0403cbc commit 0fad739
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
language: node_js

node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "3"
- "2"
- "1.8"
- "1.0"
- "0.12"
- "0.10"

notifications:
email:
- [email protected]
- [email protected]
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================

Copyright (c) 2014 Rod Vagg
Copyright (c) 2013-2017 Rod Vagg
---------------------------

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ See the [contribution guide](https://github.com/Level/community/blob/master/CONT
License & Copyright
-------------------

Copyright © 2012-2015 **AbstractLevelDOWN** [contributors](https://github.com/level/community#contributors).
Copyright © 2013-2017 **AbstractLevelDOWN** [contributors](https://github.com/level/community#contributors).

**AbstractLevelDOWN** is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included `LICENSE.md` file for more details.
2 changes: 1 addition & 1 deletion abstract-chained-batch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2013 Rod Vagg, MIT License */
/* Copyright (c) 2017 Rod Vagg, MIT License */

function AbstractChainedBatch (db) {
this._db = db
Expand Down
2 changes: 1 addition & 1 deletion abstract-iterator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2013 Rod Vagg, MIT License */
/* Copyright (c) 2017 Rod Vagg, MIT License */

function AbstractIterator (db) {
this.db = db
Expand Down
2 changes: 1 addition & 1 deletion abstract-leveldown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2013 Rod Vagg, MIT License */
/* Copyright (c) 2017 Rod Vagg, MIT License */

var xtend = require('xtend')
, AbstractIterator = require('./abstract-iterator')
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"xtend": "~4.0.0"
},
"devDependencies": {
"rimraf": "~2.6.0",
"sinon": "~2.0.0",
"tape": "~4.6.1"
"rimraf": "^2.6.1",
"sinon": "^2.4.1",
"tape": "^4.7.0"
},
"browser": {
"rimraf": false
Expand Down

0 comments on commit 0fad739

Please sign in to comment.