@khanacademy/wonder-blocks-button
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@khanacademy/wonder-blocks-button", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -13,4 +13,11 @@ "main": "index.js", | ||
}, | ||
"author": "Khan Academy", | ||
"license": "MIT" | ||
"author": { | ||
"name": "Khan Academy", | ||
"email": "opensource@khanacademy.org" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-color": "^0.0.1", | ||
"@khanacademy/wonder-blocks-typography": "^0.0.2" | ||
} | ||
} |
@@ -5,4 +5,4 @@ // @flow | ||
import Color from "wonder-blocks-color"; | ||
import {LabelLarge} from "wonder-blocks-typography"; | ||
import Color from "@khanacademy/wonder-blocks-color"; | ||
import {LabelLarge} from "@khanacademy/wonder-blocks-typography"; | ||
@@ -9,0 +9,0 @@ type Props = { |
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
2610
2
+ Added@khanacademy/wonder-blocks-color@0.0.1(transitive)
+ Added@khanacademy/wonder-blocks-typography@0.0.2(transitive)