Skip to content

Commit fe4dc0a

Browse files
committedApr 1, 2015
manifest data update
1 parent aafd025 commit fe4dc0a

File tree

3 files changed

+45
-43
lines changed

3 files changed

+45
-43
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2005 Jim Auldridge
3+
Copyright (c) 2005-2015 Jim Auldridge
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

‎bower.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"name": "jaaulde-cookies",
3-
"version": "3.0.5",
4-
"homepage": "https://github.com/JAAulde/cookies",
5-
"authors": [
6-
"Jim Auldridge <auldridgej@gmail.com>"
7-
],
8-
"description": "Javascript library for accessing and manipulating HTTP cookies in the web browser",
9-
"main": "lib/jaaulde-cookies.js",
10-
"keywords": [
11-
"cookies",
12-
"storage",
13-
"json"
14-
],
15-
"license": "MIT",
16-
"ignore": [
17-
"**/.*",
18-
"node_modules",
19-
"bower_components",
20-
"test",
21-
"tests"
22-
]
2+
"name": "jaaulde-cookies",
3+
"version": "3.0.5",
4+
"description": "Javascript library for accessing and manipulating HTTP cookies in the web browser",
5+
"authors": [
6+
"Jim Auldridge <auldridgej@gmail.com>"
7+
],
8+
"main": "lib/jaaulde-cookies.js",
9+
"keywords": [
10+
"cookie",
11+
"cookies",
12+
"storage",
13+
"json"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
],
23+
"homepage": "https://github.com/JAAulde/cookies"
2324
}

‎package.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"name": "jaaulde-cookies",
3-
"version": "3.0.5",
4-
"description": "Javascript library for accessing and manipulating HTTP cookies in the web browser",
5-
"main": "lib/jaaulde-cookies.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
2+
"name": "jaaulde-cookies",
3+
"version": "3.0.5",
4+
"description": "Javascript library for accessing and manipulating HTTP cookies in the web browser",
5+
"author": "Jim Auldridge <auldridgej@gmail.com>",
6+
"main": "lib/jaaulde-cookies.js",
7+
"keywords": [
8+
"cookie",
9+
"cookies",
10+
"storage",
11+
"json"
12+
],
13+
"license": "MIT",
14+
"scripts": {
15+
"test": "echo \"Error: no test specified\" && exit 1"
16+
},
17+
"repository": {
1018
"type": "git",
11-
"url": "https://github.com/JAAulde/cookies.git"
12-
},
13-
"keywords": [
14-
"cookies",
15-
"storage",
16-
"json"
17-
],
18-
"author": "Jim Auldridge <auldridgej@gmail.com>",
19-
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/JAAulde/cookies/issues"
22-
},
23-
"homepage": "https://github.com/JAAulde/cookies"
19+
"url": "https://github.com/JAAulde/cookies.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/JAAulde/cookies/issues"
23+
},
24+
"homepage": "https://github.com/JAAulde/cookies"
2425
}

0 commit comments

Comments
 (0)
Please sign in to comment.