@khanacademy/wonder-blocks-typography
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@khanacademy/wonder-blocks-typography", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Typography components for Wonder Blocks design system.", | ||
@@ -13,4 +13,10 @@ "main": "index.js", | ||
}, | ||
"author": "Khan Academy", | ||
"license": "MIT" | ||
"author": { | ||
"name": "Khan Academy", | ||
"email": "opensource@khanacademy.org" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-core": "^0.0.1" | ||
} | ||
} |
// @flow | ||
import React, {Component} from "react"; | ||
import {Text} from "wonder-blocks-core"; | ||
import {Text} from "@khanacademy/wonder-blocks-core"; | ||
@@ -5,0 +5,0 @@ import styles from "./styles.js"; |
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
5612
1
+ Added@khanacademy/wonder-blocks-core@0.0.1(transitive)