Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: rename package to @asset-pipe/css-reader
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rename package to @asset-pipe/css-reader
  • Loading branch information
digitalsadhu committed Nov 29, 2017
1 parent a847d68 commit 75a82a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- TITLE/ -->

<h1>asset-pipe-css-reader</h1>
<h1>@asset-pipe/css-reader</h1>

<!-- /TITLE -->


<!-- BADGES/ -->

<span class="badge-travisci"><a href="http://travis-ci.org/asset-pipe/asset-pipe-css-reader" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/asset-pipe/asset-pipe-css-reader/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/asset-pipe-css-reader" title="View this project on NPM"><img src="https://img.shields.io/npm/v/asset-pipe-css-reader.svg" alt="NPM version" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/@asset-pipe/css-reader" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@asset-pipe/css-reader.svg" alt="NPM version" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/asset-pipe/asset-pipe-css-reader" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/asset-pipe/asset-pipe-css-reader.svg" alt="Dependency Status" /></a></span>
<span class="badge-daviddmdev"><a href="https://david-dm.org/asset-pipe/asset-pipe-css-reader#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/asset-pipe/asset-pipe-css-reader.svg" alt="Dev Dependency Status" /></a></span>

Expand Down Expand Up @@ -50,14 +50,14 @@ The following is an example of a feed file:
## Installation

```bash
npm install asset-pipe-css-reader
npm install @asset-pipe/css-reader
```

## Usage

### Require the reader
```js
const cssReader = require('asset-pipe-css-reader')
const cssReader = require('@asset-pipe/css-reader')
```

### Instantiating the reader
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "asset-pipe-css-reader",
"name": "@asset-pipe/css-reader",
"version": "0.0.0-development",
"author": "Richard Walker <[email protected]>",
"description": "CSS asset feed reader",
Expand All @@ -8,6 +8,9 @@
"type": "git",
"url": "https://github.com/asset-pipe/asset-pipe-css-reader"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"css",
"assets"
Expand Down

0 comments on commit 75a82a9

Please sign in to comment.