Comparing version 0.5.0 to 0.5.1
@@ -13,2 +13,3 @@ 'use strict'; | ||
const Color = require('./lib/components/color'); | ||
const Text = require('./lib/components/text'); | ||
const Bold = require('./lib/components/bold'); | ||
@@ -24,2 +25,3 @@ const Underline = require('./lib/components/underline'); | ||
exports.Color = Color; | ||
exports.Text = Text; | ||
exports.Underline = Underline; | ||
@@ -26,0 +28,0 @@ exports.Bold = Bold; |
{ | ||
"name": "ink", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "React for CLI", | ||
@@ -92,2 +92,5 @@ "license": "MIT", | ||
"parser": "babel-eslint", | ||
"rules": { | ||
"react/no-deprecated": 0 | ||
}, | ||
"overrides": [ | ||
@@ -94,0 +97,0 @@ { |
@@ -75,2 +75,3 @@ <h1 align="center"> | ||
- [ink-select-input](https://github.com/vadimdemedes/ink-select-input) - Select (dropdown) input. | ||
- [ink-quicksearch](https://github.com/aicioara/ink-quicksearch) - Select Component with fast quicksearch-like navigation | ||
- [ink-autocomplete](https://github.com/maticzav/ink-autocomplete) - Autocomplete. | ||
@@ -77,0 +78,0 @@ - [ink-table](https://github.com/maticzav/ink-table) - Table component. |
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
32811
23
542
610