File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.0.0 "
5
+ "version" : " 0.0.1 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " streams-client" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Streams Client" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"files" : [
8
8
" build"
9
9
],
10
- "keywords" : [
10
+ "keywords" : [
11
11
" streams-client"
12
12
],
13
13
"scripts" : {
28
28
"lint:staged" : " lint-staged" ,
29
29
"ci" : " npm-run-all lint build test"
30
30
},
31
- "license" : " MIT" ,
32
31
"devDependencies" : {
33
32
"@babel/core" : " ^7.1.6" ,
34
33
"@babel/plugin-proposal-class-properties" : " ^7.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " streams-server" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Streams Server" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"files" : [
8
8
" build"
9
9
],
10
- "keywords" : [
10
+ "keywords" : [
11
11
" streams-server"
12
12
],
13
13
"scripts" : {
29
29
"lint:staged" : " lint-staged" ,
30
30
"ci" : " npm-run-all lint build test"
31
31
},
32
- "license" : " MIT" ,
33
32
"dependencies" : {
34
33
"@babel/cli" : " ^7.2.0" ,
35
34
"@babel/core" : " ^7.2.0" ,
You can’t perform that action at this time.
0 commit comments