Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Aug 22, 2021
1 parent 2189c12 commit 4604aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
### NPM

```bash
npm install livewire-sortablejs --save-dev
npm install @nextapps-be/livewire-sortablejs --save-dev
```

Import the package in your bundle:

```js
import 'livewire-sortablejs';
import '@nextapps-be/livewire-sortablejs';

// or

require('livewire-sortablejs');
require('@nextapps-be/livewire-sortablejs');
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livewire-sortablejs",
"name": "@nextapps-be/livewire-sortablejs",
"version": "0.1.0",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "src/index.js",
Expand Down

0 comments on commit 4604aeb

Please sign in to comment.