Skip to content

Commit

Permalink
Merge pull request #4 from nissy-dev/fix-install-issue
Browse files Browse the repository at this point in the history
fix: install issue
  • Loading branch information
nissy-dev authored Oct 8, 2024
2 parents 315d30c + 33eea2c commit 272190c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@tenbin/core",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/nissy-dev/tenbin.git",
"directory": "packages/jest-tenbin-sequencer"
"directory": "packages/core"
},
"license": "MIT",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tenbin/jest",
"version": "0.2.0",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/nissy-dev/tenbin.git",
"directory": "packages/jest-tenbin-sequencer"
"directory": "packages/jest"
},
"license": "MIT",
"exports": {
Expand Down
3 changes: 0 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -ueo pipefail

# Release packages
for PKG in packages/* ; do
if [[ $PKG == "packages/core" ]] ; then
continue
fi
pushd $PKG
echo "Publishing $PKG ..."
cp ../../LICENSE .
Expand Down

0 comments on commit 272190c

Please sign in to comment.