Skip to content

Commit 4e06950

Browse files
author
jacobawenger
committed
Updated npm include of RSVP to fix casing issue
1 parent 0a8f0c3 commit 4e06950

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build/header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Include RSVP if this is being run in node
1010
if (typeof module !== "undefined" && typeof process !== "undefined") {
11-
var RSVP = require("RSVP");
11+
var RSVP = require("rsvp");
1212
}
1313

1414
var GeoFire = (function() {

dist/geofire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Include RSVP if this is being run in node
1010
if (typeof module !== "undefined" && typeof process !== "undefined") {
11-
var RSVP = require("RSVP");
11+
var RSVP = require("rsvp");
1212
}
1313

1414
var GeoFire = (function() {

dist/geofire.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)