Skip to content

Commit 50ade14

Browse files
committed
Merge branch 'master' into updates
2 parents 7cd379f + 498c3a8 commit 50ade14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pace.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ class Evented
174174
else
175175
i++
176176

177-
window.Pace ?= {}
177+
Pace = window.Pace or {}
178+
window.Pace = Pace
178179

179180
extend Pace, Evented::
180181

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
88
],
99
"license": "MIT",
10+
"main": "pace.js",
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/HubSpot/pace.git"
14+
},
1015
"devDependencies": {
1116
"grunt-contrib-coffee": "~0.7.0",
1217
"coffee-script": "~1.6.3",

0 commit comments

Comments
 (0)