Skip to content

Commit 2032485

Browse files
committed
v0.0.1
1 parent 12c0e68 commit 2032485

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

lerna.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@tr8/stores",
3+
"publishConfig": {
4+
"access": "restricted"
5+
},
6+
"version": "0.0.1",
7+
"description": "Different stores for MobX",
8+
"author": "traa",
9+
"license": "UNLICENSED"
10+
}

0 commit comments

Comments
 (0)