Skip to content

Commit 75e7f87

Browse files
committed
added rx
1 parent 89249c5 commit 75e7f87

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package-lock.json

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"bugs": {
1616
"url": "https://github.com/chorobin/reactive-store/issues"
1717
},
18-
"homepage": "https://github.com/chorobin/reactive-store#readme"
18+
"homepage": "https://github.com/chorobin/reactive-store#readme",
19+
"dependencies": {
20+
"rxjs": "^6.2.1"
21+
}
1922
}

0 commit comments

Comments
 (0)