Skip to content

Commit e1a74a3

Browse files
committed
npm package update
1 parent a57b035 commit e1a74a3

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ paceOptions = {
162162

163163
You 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

167167
API
168168
---

package.json

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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-
"CodeByZach <[email protected]>",
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",
@@ -15,19 +19,10 @@
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+
}

0 commit comments

Comments
 (0)