Skip to content

Commit b1c265d

Browse files
committed
v0.0.1
1 parent f7592de commit b1c265d

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.0"
5+
"version": "0.0.1"
66
}

packages/client/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "streams-client",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Streams Client",
55
"main": "index.js",
66
"license": "MIT",
77
"files": [
88
"build"
99
],
10-
"keywords": [
10+
"keywords": [
1111
"streams-client"
1212
],
1313
"scripts": {
@@ -28,7 +28,6 @@
2828
"lint:staged": "lint-staged",
2929
"ci": "npm-run-all lint build test"
3030
},
31-
"license": "MIT",
3231
"devDependencies": {
3332
"@babel/core": "^7.1.6",
3433
"@babel/plugin-proposal-class-properties": "^7.2.1",

packages/server/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "streams-server",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Streams Server",
55
"main": "index.js",
66
"license": "MIT",
77
"files": [
88
"build"
99
],
10-
"keywords": [
10+
"keywords": [
1111
"streams-server"
1212
],
1313
"scripts": {
@@ -29,7 +29,6 @@
2929
"lint:staged": "lint-staged",
3030
"ci": "npm-run-all lint build test"
3131
},
32-
"license": "MIT",
3332
"dependencies": {
3433
"@babel/cli": "^7.2.0",
3534
"@babel/core": "^7.2.0",

0 commit comments

Comments
 (0)