thank-you-tweet-button-001
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -19,3 +19,3 @@ "use strict"; | ||
return props.rating && props.bestNPMPackage ? (react_1.default.createElement("section", { className: "tweet-btn-container" }, | ||
react_1.default.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Post a thank you tweet"))) : (react_1.default.createElement("div", { style: { | ||
react_1.default.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Post a thank you message"))) : (react_1.default.createElement("div", { style: { | ||
display: "flex", | ||
@@ -22,0 +22,0 @@ justifyContent: "center", |
@@ -14,3 +14,3 @@ import React from "react"; | ||
return props.rating && props.bestNPMPackage ? (React.createElement("section", { className: "tweet-btn-container" }, | ||
React.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Post a thank you tweet"))) : (React.createElement("div", { style: { | ||
React.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Post a thank you message"))) : (React.createElement("div", { style: { | ||
display: "flex", | ||
@@ -17,0 +17,0 @@ justifyContent: "center", |
{ | ||
"name": "thank-you-tweet-button-001", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.", | ||
@@ -21,3 +21,3 @@ "main": "./dist/cjs/TweetButton.js", | ||
"copy-files": "cp ./src/index.css dist/", | ||
"release": "release-it", | ||
"release": "dotenv release-it --", | ||
"test": "jest --config jest.config.js" | ||
@@ -40,2 +40,3 @@ }, | ||
"@types/react": "^18.2.21", | ||
"dotenv-cli": "^7.3.0", | ||
"husky": "^8.0.3", | ||
@@ -42,0 +43,0 @@ "jest": "^29.6.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8420
14