Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fixed fibers version
Browse files Browse the repository at this point in the history
  • Loading branch information
olegp committed Feb 24, 2020
1 parent 8d44450 commit 3e3a0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commonjs"
],
"description":"Synchronous CommonJS compatibility layer using node-fibers",
"version":"0.10.20",
"version":"0.10.21",
"author":{
"name":"Oleg Podsechin",
"email":"[email protected]"
Expand Down Expand Up @@ -39,12 +39,12 @@
"node":">=0.10.0"
},
"dependencies":{
"fibers":">=1.0.0"
"fibers":"1.0.2"
},
"preferGlobal":true,
"licenses":[
{
"type":"MIT"
}
]
}
}

0 comments on commit 3e3a0b2

Please sign in to comment.