Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit ace1309

Browse files
committed
build: change test
1 parent ab2f04d commit ace1309

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"rxjs": "^6.0.0-0"
4040
},
4141
"devDependencies": {
42+
"@rxloop/core": "^0.10.0",
4243
"babel-cli": "^6.26.0",
4344
"babel-core": "^6.26.2",
4445
"babel-jest": "^22.4.3",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
esutils "^2.0.2"
1717
js-tokens "^4.0.0"
1818

19+
"@rxloop/core@^0.10.0":
20+
version "0.10.0"
21+
resolved "https://registry.npmjs.org/@rxloop/core/-/core-0.10.0.tgz#8ce18326f85444d692b326968756b9605dece736"
22+
dependencies:
23+
invariant "^2.2.4"
24+
is-plain-object "^2.0.4"
25+
rxjs "^6.0.0"
26+
1927
"@types/estree@0.0.39":
2028
version "0.0.39"
2129
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -1923,7 +1931,7 @@ ini@^1.3.2, ini@~1.3.0:
19231931
version "1.3.5"
19241932
resolved "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
19251933

1926-
invariant@^2.2.2:
1934+
invariant@^2.2.2, invariant@^2.2.4:
19271935
version "2.2.4"
19281936
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
19291937
dependencies:

0 commit comments

Comments
 (0)