Skip to content

Commit

Permalink
Fixed module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 17, 2016
1 parent 8c5ec1d commit 39d1c0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cdn-detector.js

v0.1.1
v0.1.2

[http://nicj.net](http://nicj.net)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/nicjansma/cdn-detector.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports = require("./src/cdn-detector");
module.exports = require("./src/cdn-detector");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.1",
"version": "0.1.2",
"description": "CDN detection",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 39d1c0a

Please sign in to comment.