Skip to content

Commit

Permalink
chore: added then-sleep to sample-project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasconstantino committed Jan 4, 2019
1 parent 19e1957 commit 6d0908e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/sample-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"micro": "^9.3.3",
"now-micro": "^0.3.0"
"now-micro": "^0.3.0",
"then-sleep": "^1.0.1"
}
}
12 changes: 12 additions & 0 deletions test/fixtures/sample-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ micro@^9.3.3:
is-stream "1.1.0"
raw-body "2.3.2"

native-or-bluebird@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/native-or-bluebird/-/native-or-bluebird-1.2.0.tgz#39c47bfd7825d1fb9ffad32210ae25daadf101c9"
integrity sha1-OcR7/Xgl0fuf+tMiEK4l2q3xAck=

now-micro@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/now-micro/-/now-micro-0.3.0.tgz#34a53d258a7661dcc8a6a29f0349a6ad85d0fc73"
Expand Down Expand Up @@ -164,6 +169,13 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"

then-sleep@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/then-sleep/-/then-sleep-1.0.1.tgz#759823bdc4de56ba2a20812868eb872a803ed1f9"
integrity sha1-dZgjvcTeVroqIIEoaOuHKoA+0fk=
dependencies:
native-or-bluebird "^1.2.0"

universalify@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
Expand Down

0 comments on commit 6d0908e

Please sign in to comment.