Skip to content

Commit 3fe47ba

Browse files
Release 1.0.0-alpha.5
1 parent 2f2f2dc commit 3fe47ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/base",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -19,8 +19,8 @@
1919
"lint": "eslint src __TESTS__ --color --ext .ts",
2020
"start": "rollup -c rollup.dev.config.js -w",
2121
"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"
2424
},
2525
"keywords": [],
2626
"author": "",

0 commit comments

Comments
 (0)