File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
- run : yarn build
17
17
- name : Copy files to library output folder
18
18
run : |
19
- cp README.md packages/main-library/dist/README.md
20
- cp LICENSE packages/main-library/dist/LICENSE
21
- cp packages/main-library/package.json packages/main-library/dist/package.json
19
+ cp README.md packages/main-library/README.md
20
+ cp LICENSE packages/main-library/LICENSE
22
21
- name : Set environment variable for GitHub
23
22
run : |
24
23
echo "CURRENT_VERSION=$(node -e "console.log('v' + require('./package.json').version)")" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-as-xlsx" ,
3
- "version" : " 2.5.2 " ,
3
+ "version" : " 2.5.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments