Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from baminteractive/deploy
Browse files Browse the repository at this point in the history
Deployment Issues
  • Loading branch information
ryanbillingsley committed Feb 12, 2014
2 parents 4970602 + 3aa8ec4 commit f98f462
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.1
- 0.10
deploy:
provider: npm
email: [email protected]
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package provides easy IP based access control. This can be achieved either
[![Build Status](https://secure.travis-ci.org/baminteractive/node-ipfilter.png?branch=master)](http://travis-ci.org/baminteractive/node-ipfilter)

## Version
0.0.7
0.0.9

## Installation

Expand Down Expand Up @@ -72,6 +72,14 @@ app.listen(3000);

## Changelog

0.0.9

* Fixing deploy issues

0.0.8

* Auto deploys for npm

0.0.7

* Add support ip ranges.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-ipfilter",
"description": "A light-weight IP address based filtering system",
"version": "0.0.7",
"version": "0.0.9",
"author": "BaM Interactive",
"dependencies": {
"netmask": "~1.0.4",
Expand Down

0 comments on commit f98f462

Please sign in to comment.