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 3939 - name : Replace all GitHub links to individual packages with npm links
4040 run : |
4141 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>/"
4245 - name : Replace all stdlib GitHub dependencies with the respective npm packages
4346 run : |
4447 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 @@ -169,7 +169,7 @@ See [LICENSE][stdlib-license].
169169
170170## Copyright
171171
172- Copyright © ; 2016-2021 . The Stdlib [ Authors] [ stdlib-authors ] .
172+ Copyright © ; 2016-2022 . The Stdlib [ Authors] [ stdlib-authors ] .
173173
174174</section >
175175
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/array-base-arraylike2object" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Convert an array-like object to an object likely to have the same \" shape\" ." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments