@innocuous/components
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@innocuous/components", | ||
"description": "A set of harmless React components.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,3 @@ # Innocuous > Components | ||
This component library is bootstrapped using [tsdx](https://github.com/palmerhq/tsdx). | ||
This component library was bootstrapped using [tsdx](https://github.com/palmerhq/tsdx). | ||
@@ -17,3 +17,3 @@ ## Installation | ||
``` | ||
npm start # or yarn start | ||
yarn start | ||
``` | ||
@@ -27,4 +27,4 @@ | ||
cd example | ||
npm i # or yarn to install dependencies | ||
npm start # or yarn start | ||
yarn # install dependencies | ||
yarn start | ||
``` | ||
@@ -34,5 +34,5 @@ | ||
To do a one-off build, use `npm run build` or `yarn build`. | ||
To do a one-off build, use `yarn build`. | ||
To run tests, use `npm test` or `yarn test`. | ||
To run tests, use `yarn test`. | ||
@@ -57,4 +57,4 @@ ## Optimizations | ||
cd example | ||
npm i # or yarn to install dependencies | ||
npm start # or yarn start | ||
yarn # install dependencies | ||
yarn start | ||
``` | ||
@@ -61,0 +61,0 @@ |
2882