Skip to content

Commit 8052b14

Browse files
committed
build: update package format
1 parent fa474b8 commit 8052b14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "cookies",
3-
"version": "0.6.1",
43
"description": "Cookies, optionally signed using Keygrip.",
4+
"version": "0.6.1",
5+
"author": "Jed Schmidt <[email protected]> (http://jed.is)",
6+
"license": "MIT",
7+
"repository": "pillarjs/cookies",
58
"main": "./lib/cookies",
69
"dependencies": {
710
"depd": "~1.1.0",
@@ -14,9 +17,6 @@
1417
"restify": "2.8.1",
1518
"supertest": "1.1.0"
1619
},
17-
"license": "MIT",
18-
"author": "Jed Schmidt <[email protected]> (http://jed.is)",
19-
"repository": "pillarjs/cookies",
2020
"files": [
2121
"lib/",
2222
"History.md",

0 commit comments

Comments
 (0)