Skip to content

Commit 9ad7ea8

Browse files
committed
[pkg dist doc] Added missing package.json fields
1 parent 967a1e9 commit 9ad7ea8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Nodejitsu.com
3+
Copyright (c) 2014 Arnout Kazemier, Martijn Swaagman, the Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Page.extend({
6262

6363
## License
6464

65-
MIT
65+
[MIT](LICENSE)
6666

6767
[Pagelet]: https://github.com/bigpipe/pagelet
6868
[BigPipe]: https://github.com/bigpipe/bigpipe

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "npm-package-json-pagelet",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Interactive package.json exploration",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/nodejitsu/npm-package-json-pagelet.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/nodejitsu/npm-package-json-pagelet/issues"
12+
},
13+
"homepage": "https://github.com/nodejitsu/npm-package-json-pagelet",
614
"keywords": [
715
"package.json",
816
"package",

0 commit comments

Comments
 (0)