Skip to content

Commit 4979b95

Browse files
Merge branch 'master' into dev
2 parents c9aa462 + 8c8d11a commit 4979b95

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Initial release
9898
- bower.json
9999
- package.json
100100
- JS files
101-
- Minify and test (npm run-script minify)
101+
- Minify and test (npm run-script minify, check semicolon at EOF)
102102
- Test different OS & browsers (npm start)
103103
- Update README and CHANGELOG
104104
- Merge to master

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Internet Explorer 8 or lower is *not supported*, but all modern browsers are (se
1818

1919

2020
## Download & Installation
21-
Download `angular-drag-and-drop-lists.js` (or the minified version) and include it in your application. If you use bower, you can of course just add it via bower. Add the `dndLists` module as dependency to your angular app.
21+
* Download `angular-drag-and-drop-lists.js` (or the minified version) and include it in your application. If you use bower or npm, just include the `angular-drag-and-drop-lists` package.
22+
* Add the `dndLists` module as a dependency to your angular app.
2223

2324
## dnd-draggable directive
2425
Use the dnd-draggable directive to make your element draggable

angular-drag-and-drop-lists.min.js

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

0 commit comments

Comments
 (0)