Skip to content

Commit

Permalink
chore: rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocastro committed Jun 23, 2024
1 parent fbe72ce commit f19625c
Show file tree
Hide file tree
Showing 37 changed files with 55 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
branch: dist
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: 'ember-draggable'
working-directory: 'ember-draggable-modifiers'
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Installation

- `git clone <repository-url>`
- `cd ember-draggable`
- `cd ember-draggable-modifiers`
- `npm install`

## Linting
Expand All @@ -13,7 +13,7 @@

## Building the addon

- `cd ember-draggable`
- `cd ember-draggable-modifiers`
- `npm build`

## Running tests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ember-draggable
# ember-draggable-modifiers

[Short description of the addon.]

Expand All @@ -10,7 +10,7 @@
## Installation

```
ember install ember-draggable
ember install ember-draggable-modifiers
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": "1.0.0",
"projectName": "ember-draggable",
"projectName": "ember-draggable-modifiers",
"packages": [
{
"name": "@embroider/addon-blueprint",
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/chunk.524.c58cd12e7e4330e69552.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/chunk.582.4a2890dae103f8e3904c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f19625c

Please sign in to comment.