Skip to content

Commit 2f6e021

Browse files
committed
1.0.2
1 parent f8b1bac commit 2f6e021

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "true-case-path",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
55
"main": "index.js",
66
"scripts": {
@@ -11,11 +11,13 @@
1111
"url": "git+https://github.com/barsh/true-case-path.git"
1212
},
1313
"author": "barsh",
14-
"contributors": [{
15-
"name" : "Michael Klement",
16-
"email" : "[email protected]",
17-
"url" : "https://github.com/mklement0"
18-
}],
14+
"contributors": [
15+
{
16+
"name": "Michael Klement",
17+
"email": "[email protected]",
18+
"url": "https://github.com/mklement0"
19+
}
20+
],
1921
"license": "Apache version 2.0",
2022
"bugs": {
2123
"url": "https://github.com/barsh/true-case-path/issues"

0 commit comments

Comments
 (0)