Skip to content

Commit 185450e

Browse files
committed
updated orgranisation name
1 parent 4bcb62d commit 185450e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
# Install jq for JSON manipulation
4141
sudo apt-get update && sudo apt-get install -y jq
4242
43+
# Update package name to lowercase
44+
jq '.name = "@techfusionmasters/tanstack-table-adapter"' package.json > package.json.tmp
45+
mv package.json.tmp package.json
46+
47+
# Verify changes
48+
echo "Updated package.json name to lowercase:"
49+
cat package.json | grep name
50+
4351
# Create a new package.json without prepublishOnly script
4452
jq 'del(.scripts.prepublishOnly)' package.json > package.json.tmp
4553
mv package.json.tmp package.json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)