Skip to content

Commit

Permalink
Merge pull request #5 from fpc-js/greenkeeper/@fpc/types-0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobovetti committed Nov 29, 2019
2 parents 1676841 + 706e184 commit 798f3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fpc/result",
"description": "Result type for modern javascript",
"version": "0.0.5",
"version": "0.0.6",
"author": "Emiliano Bovetti <emiliano.bovetti@gmail.com>",
"license": "GPL-3.0",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
]
},
"dependencies": {
"@fpc/types": "^0.0.7"
"@fpc/types": "^0.0.8"
},
"devDependencies": {
"@babel/core": "^7.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@fpc/types@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@fpc/types/-/types-0.0.7.tgz#6e06fb9cfcca65e7dbf3cbabb55ce4de449d8ccb"
integrity sha512-qK7RDi23cJi5ijjtVTQ+KGOBgkuGNogdGJd+J/bkoTJHdmPjRns3hHLm9abXdMEB5fOcNeK3xBcW7gEkACDbTw==
"@fpc/types@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@fpc/types/-/types-0.0.8.tgz#ec04eef3f6a4c1b02ec3914cabec9e1ed858accd"
integrity sha512-J6wzo2jDqO8JnabFsUgrCVm5vq0ersKXKn6xY6RK+mpcyhIHw+03z0FbeiRkT4jw7pj/VxN/ZcYjtknUhA1Mjg==

"@jest/console@^24.7.1", "@jest/console@^24.9.0":
version "24.9.0"
Expand Down

0 comments on commit 798f3c3

Please sign in to comment.