Skip to content

Commit

Permalink
Merge pull request #21 from arifszn/20-remove-rollup
Browse files Browse the repository at this point in the history
build: remove rollup
  • Loading branch information
arifszn authored Mar 30, 2022
2 parents 9d2c95f + 14c3d49 commit 17ed6ee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 968 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ Install dependencies:
npm install
```

### Building

Running the `build` task will create the `dist` version of the project.

```sh
npm run build
```

### Project Structure

```text
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p>Get recent blog posts from popular blogging platforms by just providing your username and showcase them on your portfolio or blog site.</p>

> PHP version: <a href="https://github.com/arifszn/blog-js-php">Blog-js</a>
Try it **[online](https://stackblitz.com/edit/blog-js-online?file=index.js)**.

## Installation

Expand All @@ -35,7 +35,7 @@ yarn add @arifszn/blog-js

## Usage

- **`getDevPost()`**: Get 10 recent posts from [dev](https://dev.to)
- **`getDevPost()`**: Get 10 recent posts from [dev](https://dev.to).

```js
const { getDevPost } = require('@arifszn/blog-js');
Expand All @@ -47,7 +47,7 @@ yarn add @arifszn/blog-js
});
```

- **`getMediumPost()`**: Get 10 recent posts from [medium](https://medium.com)
- **`getMediumPost()`**: Get 10 recent posts from [medium](https://medium.com).

```js
const { getMediumPost } = require('@arifszn/blog-js');
Expand Down
Loading

0 comments on commit 17ed6ee

Please sign in to comment.