Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GobindaSaha committed Sep 23, 2019
1 parent 3947fb2 commit ff1bce6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 4 additions & 8 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-manipulation",
"version": "1.2.5",
"version": "1.2.6",
"description": "A plugin for string as well as number manipulation. Use the method and pass the value to it to get the desired value.",
"main": "dist/index.js",
"types": "dist/index.js",
Expand Down Expand Up @@ -31,6 +31,8 @@
"typescript": "^3.6.3"
},
"dependencies": {
"@types/node": "^12.7.5"
"@types/node": "^12.7.5",
"adjectives": "^1.0.2",
"animals": "0.0.3"
}
}

0 comments on commit ff1bce6

Please sign in to comment.