Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 56af5f3

Browse files
committed
chore: release v0.0.3
1 parent 5029d2b commit 56af5f3

File tree

11 files changed

+115
-79
lines changed

11 files changed

+115
-79
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm i aurelia-sortablejs sortablejs --save
2525
```
2626

2727
Open up the file ```aurelia_project/aurelia.json``` and add the following in the bundles, vender-bundle.js dependencies section:
28-
```diff
28+
```javascript
2929
{
3030
"name": "sortablejs",
3131
"path": "../node_modules/sortablejs/",
@@ -38,7 +38,7 @@ Open up the file ```aurelia_project/aurelia.json``` and add the following in the
3838
},
3939
```
4040
Add the following line to ```src/main.js``` or ```src/main.ts```:
41-
```diff
41+
```javascript
4242
export function configure(aurelia: Aurelia) {
4343
aurelia.use
4444
.standardConfiguration()

dist/amd/sortable.js

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/amd/sortable.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/sortable.js

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/sortable.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es6/sortable.js

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)