File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/base" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.5 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
19
19
"lint" : " eslint src __TESTS__ --color --ext .ts" ,
20
20
"start" : " rollup -c rollup.dev.config.js -w" ,
21
21
"bundlewatch" : " bundlewatch --config ./bundlewatch.config.js" ,
22
- "release-dry-run" : " npm run build && cp README.md LICENSE ./dist && cd ./dist && release-it --dry-run" ,
23
- "release" : " npm run build && cp README.md LICENSE ./dist && cd ./dist && release-it"
22
+ "release-dry-run" : " npm run build && cp README.md LICENSE ./dist && cd ./dist && release-it --dry-run" ,
23
+ "release" : " npm run build && cp README.md LICENSE ./dist && cd ./dist && release-it"
24
24
},
25
25
"keywords" : [],
26
26
"author" : " " ,
You can’t perform that action at this time.
0 commit comments