@canary-ui/react
Advanced tools
Comparing version 1.0.0 to 1.0.4
@@ -5,1 +5,5 @@ export { default as Message } from './message'; | ||
export type { LinkProps } from './link'; | ||
export { default as Notification } from './notification'; | ||
export type { NotificationProps } from './notification'; | ||
export { default as Image } from './image'; | ||
export type { ImageProps } from './image'; |
{ | ||
"name": "@canary-ui/react", | ||
"description": "A compact & modern ui kit.", | ||
"version": "1.0.0", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
@@ -50,2 +50,3 @@ "module": "esm/index.js", | ||
"storybook": "start-storybook -p 6006", | ||
"mock:prod": "yarn build:rollup && yarn build:esm && yarn build:types && yarn build:esm-types", | ||
"release": "yarn build:rollup && yarn build:esm && yarn build:types && yarn build:esm-types && yarn publish --access public --non-interactive", | ||
@@ -52,0 +53,0 @@ "build:storybook": "build-storybook", |
Sorry, the diff of this file is too big to display
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
467815
3213
14