Skip to content

Commit

Permalink
Merge pull request #28 from forinda/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
forinda authored Jun 6, 2022
2 parents 9a72d19 + 7474849 commit 63c5267
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
32 changes: 25 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-shuffle",
"version": "1.2.3",
"version": "1.2.4",
"description": "A JS module for shuffling strings and other helper methods like alhpabet generation",
"main": "./build/index.js",
"scripts": {
Expand Down Expand Up @@ -47,5 +47,8 @@
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
},
"types": "./build/index.d.ts"
"types": "./build/index.d.ts",
"dependencies": {
"tslib": "^2.4.0"
}
}

0 comments on commit 63c5267

Please sign in to comment.