File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 0.2.0-alpha.0 "
7
+ "version" : " 0.2.0"
8
8
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g foam-cli
19
19
$ foam COMMAND
20
20
running command...
21
21
$ foam (-v| --version| version)
22
- foam-cli/0.2.0-alpha.0 darwin-x64 node-v12.18.0
22
+ foam-cli/0.2.0 darwin-x64 node-v12.18.0
23
23
$ foam --help [COMMAND]
24
24
USAGE
25
25
$ foam COMMAND
@@ -49,7 +49,7 @@ EXAMPLE
49
49
hello world from ./src/hello.ts!
50
50
```
51
51
52
- _ See code: [ src/commands/hello.ts] ( https://github.com/foambubble/foam/blob/v0.2.0-alpha.0 /src/commands/hello.ts ) _
52
+ _ See code: [ src/commands/hello.ts] ( https://github.com/foambubble/foam/blob/v0.2.0/src/commands/hello.ts ) _
53
53
54
54
## ` foam help [COMMAND] `
55
55
Original file line number Diff line number Diff line change 20
20
"eslint" : " ^5.13" ,
21
21
"eslint-config-oclif" : " ^3.1" ,
22
22
"eslint-config-oclif-typescript" : " ^0.1" ,
23
+ "foam-core" : " ^0.2.0" ,
23
24
"globby" : " ^10" ,
24
25
"ts-node" : " ^8" ,
25
- "typescript" : " ^3.3" ,
26
- "foam-core" : " ^0.2.0"
26
+ "typescript" : " ^3.3"
27
27
},
28
28
"peerDependencies" : {
29
29
"foam-core" : " ^0.2.0"
Original file line number Diff line number Diff line change 49
49
"vscode-test" : " ^1.3.0"
50
50
},
51
51
"dependencies" : {
52
- "foam-core" : " 0.2.0"
52
+ "foam-core" : " ^ 0.2.0"
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments