We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c0e68 commit 2032485Copy full SHA for 2032485
lerna.json
@@ -0,0 +1,7 @@
1
+{
2
+ "lerna": "2.0.0-beta.32",
3
+ "packages": [
4
+ "packages/*"
5
+ ],
6
+ "version": "0.0.1"
7
+}
packages/stores/package.json
@@ -0,0 +1,10 @@
+ "name": "@tr8/stores",
+ "publishConfig": {
+ "access": "restricted"
+ },
+ "version": "0.0.1",
+ "description": "Different stores for MobX",
8
+ "author": "traa",
9
+ "license": "UNLICENSED"
10
0 commit comments