4 Commits

Author SHA1 Message Date
0f2ec02ae1 Finishing update of dependencies. 2020-07-19 07:14:35 -07:00
a1bf65cf52 Update dependencies.
Fixes 2 Low priority security vulnerabilities in dependencies.
2020-07-19 07:07:22 -07:00
058e1e75c5 0.0.2 2020-03-13 09:53:50 -07:00
f0d35e98d9 Removing language specifiers from README.md source blocks. 2020-03-13 09:53:23 -07:00
4 changed files with 645 additions and 678 deletions

View File

@@ -10,12 +10,10 @@ Installation
[`react-whitelabel`](https://www.npmjs.com/package/react-whitelabel)
is availabile in the NPM registry.
shell
> npm i react-whitelabel
or
shell
> yarn add react-whitelabel
@@ -24,7 +22,6 @@ Example
**app.js**:
javascript
import React from 'react';
import { WhiteLabelProvider } from 'react-whitelabel';
import Header from './Header';
@@ -53,7 +50,6 @@ Example
**Header.jsx**:
javascript
import React from "react";
import { withWhiteLabelContext } from 'react-whitelabel';

File diff suppressed because one or more lines are too long

1313
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "react-whitelabel",
"version": "0.0.1",
"version": "0.0.4",
"description": "A React context and components that make run-time white-labeling of a React app easy.",
"main": "dist/app.bundle.js",
"scripts": {
@@ -22,6 +22,8 @@
"homepage": "https://thomashintz.org/lib/react-whitelabel",
"license": "(GPL-3.0+ OR MIT)",
"dependencies": {
"@babel/compat-data": "^7.10.5",
"@babel/core": "^7.10.5",
"react": "^16.13.0"
},
"devDependencies": {