Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 9, 2018
1 parent 0397157 commit 14e96e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cached-expression-shared-utils",
"version": "0.0.0",
"version": "0.0.1",
"description": "Utilities used by cached-factorial",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/cached-factorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cached-factorial",
"version": "0.0.0",
"version": "0.0.1",
"description": "Utilize cached-expression to calculate multiple factorial numbers",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"tslib": "^1.9.3",
"cached-expression-shared-utils": "^0.0.0",
"cached-expression-shared-utils": "^0.0.1",
"@types/node": "^10.9.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/cached-factorial/shrinkwrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ shrinkwrapMinorVersion: 9
shrinkwrapVersion: 3
specifiers:
'@types/node': ^10.9.3
cached-expression-shared-utils: ^0.0.0
cached-expression-shared-utils: ^0.0.1
tslib: ^1.9.3
2 changes: 1 addition & 1 deletion packages/typescript/cached-fibonacci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cached-fibonacci",
"version": "0.0.0",
"version": "0.0.1",
"description": "Utilize cached-expression to calculate fibonacci numbers",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 14e96e8

Please sign in to comment.