Skip to content

Commit 9569cff

Browse files
committed
fix: trigger version inc to test updated release process
chore: stop releasing create-crc-app
1 parent 53893c6 commit 9569cff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/create-crc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-crc-app",
3-
"private": false,
3+
"private": true,
44
"publishConfig": {
55
"access": "public"
66
},

packages/tsc-transform-imports/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@redhat-cloud-services/tsc-transform-imports",
33
"version": "1.0.25",
4+
"description": "TypeScript compiler transform for optimizing imports in Red Hat Cloud Services projects.",
45
"main": "index.js",
56
"types": "index.d.ts",
67
"dependencies": {

0 commit comments

Comments
 (0)