@storybook/addon-links
Advanced tools
Comparing version 3.0.0-alpha.4 to 3.0.0-rc.0
{ | ||
"name": "@storybook/addon-links", | ||
"version": "3.0.0-alpha.4", | ||
"version": "3.0.0-rc.0", | ||
"description": "Story Links addon for storybook", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/kadirahq/storybook-addon-links.git" | ||
"url": "git+https://github.com/storybooks/storybook.git" | ||
}, | ||
@@ -21,9 +21,9 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/kadirahq/storybook-addon-links/issues" | ||
"url": "https://github.com/storybooks/storybook/issues" | ||
}, | ||
"homepage": "https://github.com/kadirahq/storybook-addon-links#readme", | ||
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/links", | ||
"devDependencies": { | ||
"@storybook/addons": "^3.0.0-alpha.0", | ||
"@storybook/react": "^3.0.0-alpha.4", | ||
"@storybook/ui": "^3.0.0-alpha.0", | ||
"@storybook/addons": "^3.0.0-rc.0", | ||
"@storybook/react": "^3.0.0-rc.0", | ||
"@storybook/ui": "^3.0.0-rc.0", | ||
"react": "^15.5.4", | ||
@@ -34,3 +34,3 @@ "react-dom": "^15.5.4", | ||
"peerDependencies": { | ||
"@storybook/addons": "^3.0.0-alpha.0", | ||
"@storybook/addons": "^3.0.0-rc.0", | ||
"react": "*", | ||
@@ -37,0 +37,0 @@ "react-dom": "*" |
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
8142