Skip to content

Commit

Permalink
Trying to fix vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlsmith4 committed Nov 7, 2019
1 parent 298b129 commit e2dcac3
Show file tree
Hide file tree
Showing 5 changed files with 1,162 additions and 1,123 deletions.
2 changes: 1 addition & 1 deletion esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @function
* @returns {String} The capitalized version of the current string.
* @example
* "this".capitalize() -> "This"
* "this".() -> "This"
*/
String.prototype.firstLetterCap = function () {
if (this.length === 0) {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<script src="./umd/index.js"></script>

<script>console.log("helloWorld".allCaps())</script>

0 comments on commit e2dcac3

Please sign in to comment.