We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f255a20 commit f8b1bacCopy full SHA for f8b1bac
README.md
@@ -46,3 +46,7 @@ trueCasePathSync('/users/guest') // OSX: -> '/Users/Guest'
46
47
trueCasePathSync('c:\\users\\all users') // Windows: -> 'c:\Users\All Users'
48
```
49
+
50
+## Attribution
51
52
+The code for this project was sourced from [http://stackoverflow.com/a/33139702/45375](http://stackoverflow.com/a/33139702/45375)
package.json
@@ -11,6 +11,11 @@
11
"url": "git+https://github.com/barsh/true-case-path.git"
12
},
13
"author": "barsh",
14
+ "contributors": [{
15
+ "name" : "Michael Klement",
16
+ "email" : "[email protected]",
17
+ "url" : "https://github.com/mklement0"
18
+ }],
19
"license": "Apache version 2.0",
20
"bugs": {
21
"url": "https://github.com/barsh/true-case-path/issues"
0 commit comments