Skip to content

Commit

Permalink
Add export default to require
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchbread committed Apr 29, 2017
1 parent dde120f commit ce3d745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'

module.exports = require('./lib')
module.exports = require('./lib').default
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-ip",
"version": "1.0.4",
"version": "1.0.5",
"description": "Check if IP address is private.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ce3d745

Please sign in to comment.