Skip to content

Commit

Permalink
add show
Browse files Browse the repository at this point in the history
  • Loading branch information
qkorbit committed Jul 3, 2019
1 parent d2d8ade commit 73bb6a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A fast and lovely drag & drop library.

![demo](https://raw.githubusercontent.com/qkorbit/Fastdrag/master/example/show.gif)

## Features

* 👌 Easy to use
Expand All @@ -30,7 +32,7 @@ import Fastdrag from 'Fastdrag'
Or via CDN:

```html
<script src="https://unpkg.com/fastdrag@0.1.1/dist/fastdrag.min.js"></script>
<script src="https://unpkg.com/fastdrag@latest/dist/fastdrag.min.js"></script>
```

### Examples
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": "fastdrag",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/fastdrag.js",
"scripts": {
"build:prod": "rollup -c ./script/rollup.config.js --environment NODE_ENV:production",
Expand Down

0 comments on commit 73bb6a7

Please sign in to comment.