Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jstcki committed Jul 10, 2017
1 parent eb098db commit 4d23e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

version=$(node -p 'require("./package.json").version')

if [[ $(npm view gsheets@$version name) == "gsheets" ]]
if [[ $(npm view responsive-loader@$version name) == "responsive-loader" ]]
then
echo -e "$CLI_SUCCESS Version \"$version\" is already published. Aborting.$CLI_RESET"
exit 0
Expand Down

0 comments on commit 4d23e32

Please sign in to comment.