Skip to content

Commit 2078b9f

Browse files
committed
Merge pull request CodeByZach#159 from hugomrdias/npm
Add main property to package.json
2 parents d8fca1e + 926b130 commit 2078b9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)