Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neupauer committed Sep 21, 2020
1 parent ba9c74c commit a54e976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
package-lock.json
jsconfig.json
.github
assets
demo
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@

## Install

1. Configuring your registry settings

Add `.npmrc` to have `@neupauer:registry=https://npm.pkg.github.com`:

```bash
echo '@neupauer:registry=https://npm.pkg.github.com' >> .npmrc
```

2. Install the plugin:
1. Install the plugin:

```bash
# Using npm
Expand All @@ -28,7 +20,7 @@ npm install @neupauer/tailwindcss-plugin-aspect-ratio --save-dev
yarn add @neupauer/tailwindcss-plugin-aspect-ratio -D
```

3. Add it to your `tailwind.config.js` file:
2. Add it to your `tailwind.config.js` file:

```js
// tailwind.config.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neupauer/tailwindcss-plugin-aspect-ratio",
"version": "0.1.0",
"version": "0.1.2",
"description": "A Tailwind CSS plugin for aspect ratio.",
"keywords": [
"tailwind",
Expand Down

0 comments on commit a54e976

Please sign in to comment.