ink-big-text
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ink-big-text", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Awesome text component for Ink", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -19,3 +19,3 @@ # ink-big-text [![Build Status](https://travis-ci.org/sindresorhus/ink-big-text.svg?branch=master)](https://travis-ci.org/sindresorhus/ink-big-text) | ||
import React from 'react'; | ||
import {render, Box} from 'ink'; | ||
import {render} from 'ink'; | ||
import Gradient from 'ink-gradient'; | ||
@@ -25,7 +25,5 @@ import BigText from 'ink-big-text'; | ||
render( | ||
<Box> | ||
<Gradient name="rainbow"> | ||
<BigText text="unicorns"/> | ||
</Gradient> | ||
</Box> | ||
<Gradient name="rainbow"> | ||
<BigText text="unicorns"/> | ||
</Gradient> | ||
); | ||
@@ -32,0 +30,0 @@ ``` |
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
5033
48