File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ paceOptions = {
162162
163163You can always trigger a restart manually by calling ` Pace.restart() `
164164
165- See [ the source] ( https://github.com/CodeByZach/pace/blob/master/pace.js ) for a full list of all options.
165+ See [ the source] ( https://github.com/CodeByZach/pace/blob/master/pace.js ) for a full list of options.
166166
167167API
168168---
Original file line number Diff line number Diff line change 11{
2- "name" : " pace" ,
2+ "name" : " pace-js " ,
33 "version" : " 1.2.3" ,
44 "description" : " Automatically add a progress bar to your site." ,
5- "homepage" : " https://codebyzach.github.io/pace/" ,
6- "authors" : [
7- 8- ],
5+ "main" : " pace.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/CodeByZach/pace.git"
12+ },
913 "keywords" : [
1014 " pace" ,
1115 " pace-js" ,
1519 " loading-indicator" ,
1620 " loading-animation"
1721 ],
22+ "author" :
" CodeByZach <[email protected] >" ,
1823 "license" : " MIT" ,
19- "main" : " pace.js" ,
20- "repository" : {
21- "type" : " git" ,
22- "url" : " https://github.com/CodeByZach/pace/"
24+ "bugs" : {
25+ "url" : " https://github.com/CodeByZach/pace/issues"
2326 },
24- "devDependencies" : {
25- "grunt-contrib-coffee" : " ~0.7.0" ,
26- "coffee-script" : " ~1.6.3" ,
27- "grunt-contrib-uglify" : " ~0.2.4" ,
28- "grunt-cli" : " ~0.1.9" ,
29- "grunt" : " ~0.4.1" ,
30- "grunt-contrib-watch" : " ~0.5.3" ,
31- "color" : " ~0.4.4"
32- }
33- }
27+ "homepage" : " https://github.com/CodeByZach/pace#readme"
28+ }
You can’t perform that action at this time.
0 commit comments