File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 39
39
- name : Replace all GitHub links to individual packages with npm links
40
40
run : |
41
41
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
42
+ - name : Replace list with links to other branches from installation section
43
+ run : |
44
+ find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/\`\`\`\n\nAlternatively,[^<]+<\/section>/\`\`\`\n\n<\/section>/"
42
45
- name : Replace all stdlib GitHub dependencies with the respective npm packages
43
46
run : |
44
47
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ See [LICENSE][stdlib-license].
126
126
127
127
## Copyright
128
128
129
- Copyright © ; 2016-2021 . The Stdlib [ Authors] [ stdlib-authors ] .
129
+ Copyright © ; 2016-2022 . The Stdlib [ Authors] [ stdlib-authors ] .
130
130
131
131
</section >
132
132
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/array-base-logspace" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Generate a logarithmically spaced numeric array." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments