Skip to content

Commit

Permalink
Changed what index.js points to
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 17, 2016
1 parent b6128bc commit 8c5ec1d
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.0
v0.1.1

[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.0",
"version": "0.1.1",
"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("./lib/cdn-detector");
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.0",
"version": "0.1.1",
"description": "CDN detection",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8c5ec1d

Please sign in to comment.