File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
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.7.1-alpha.0 "
7
+ "version" : " 0.7.1"
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.7.1-alpha.0 darwin-x64 node-v12.18.2
22
+ foam-cli/0.7.1 darwin-x64 node-v12.18.2
23
23
$ foam --help [COMMAND]
24
24
USAGE
25
25
$ foam COMMAND
@@ -65,7 +65,7 @@ EXAMPLE
65
65
$ foam-cli janitor path-to-foam-workspace
66
66
```
67
67
68
- _ See code: [ src/commands/janitor.ts] ( https://github.com/foambubble/foam/blob/v0.7.1-alpha.0 /src/commands/janitor.ts ) _
68
+ _ See code: [ src/commands/janitor.ts] ( https://github.com/foambubble/foam/blob/v0.7.1/src/commands/janitor.ts ) _
69
69
70
70
## ` foam migrate [WORKSPACEPATH] `
71
71
@@ -84,7 +84,7 @@ EXAMPLE
84
84
Successfully generated link references and heading!
85
85
```
86
86
87
- _ See code: [ src/commands/migrate.ts] ( https://github.com/foambubble/foam/blob/v0.7.1-alpha.0 /src/commands/migrate.ts ) _
87
+ _ See code: [ src/commands/migrate.ts] ( https://github.com/foambubble/foam/blob/v0.7.1/src/commands/migrate.ts ) _
88
88
<!-- commandsstop -->
89
89
90
90
## Development
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " foam-cli" ,
3
3
"description" : " Foam CLI" ,
4
- "version" : " 0.7.1-alpha.0 " ,
4
+ "version" : " 0.7.1" ,
5
5
"author" : " Jani Eväkallio @jevakallio" ,
6
6
"bin" : {
7
7
"foam" : " ./bin/run"
11
11
"@oclif/command" : " ^1" ,
12
12
"@oclif/config" : " ^1" ,
13
13
"@oclif/plugin-help" : " ^3" ,
14
- "foam-core" : " ^0.7.1-alpha.0 " ,
14
+ "foam-core" : " ^0.7.1" ,
15
15
"ora" : " ^4.0.4" ,
16
16
"tslib" : " ^1"
17
17
},
Original file line number Diff line number Diff line change 2
2
"name" : " foam-core" ,
3
3
"author" : " Jani Eväkallio" ,
4
4
"repository" : " https://github.com/foambubble/foam" ,
5
- "version" : " 0.7.1-alpha.0 " ,
5
+ "version" : " 0.7.1" ,
6
6
"license" : " MIT" ,
7
7
"files" : [
8
8
" dist"
Original file line number Diff line number Diff line change 8
8
"type" : " git"
9
9
},
10
10
"homepage" : " https://github.com/foambubble/foam" ,
11
- "version" : " 0.7.1-alpha.0 " ,
11
+ "version" : " 0.7.1" ,
12
12
"license" : " MIT" ,
13
13
"publisher" : " foam" ,
14
14
"engines" : {
200
200
},
201
201
"dependencies" : {
202
202
"dateformat" : " ^3.0.3" ,
203
- "foam-core" : " ^0.7.1-alpha.0 "
203
+ "foam-core" : " ^0.7.1"
204
204
}
205
205
}
You can’t perform that action at this time.
0 commit comments