Skip to content

Commit

Permalink
fix(entrypoint): allow for dash in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz authored Mar 17, 2020
1 parent 8f6547c commit 7cce630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi
echo "Owner: $OWNER"

echo "Scope the package in package.json"
cat package.json | sed -i -e 's/"name": "\([a-z0-9]*\)"/"name": "@'$OWNER'\/\1"/' package.json
cat package.json | sed -i -e 's/"name": "\([a-z0-9-]*\)"/"name": "@'$OWNER'\/\1"/' package.json

0 comments on commit 7cce630

Please sign in to comment.