Skip to content

Commit

Permalink
Changing package name because PEOPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm committed Jan 16, 2018
1 parent 803651f commit 335f1a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Check the live Demos here: https://danielmg.org/demo/java-script/uploader

### NPM
```bash
npm install dm-uploader --save
npm install dm-file-uploader --save
```

### Bower
```bash
bower install dm-uploader --save
bower install dm-file-uploader --save
```

### Download tarball
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dm-uploader",
"name": "dm-file-uploader",
"description": "A very lightweight and configurable jQuery Plugin for file uploading using ajax(async); includes support for queues, progress tracking and drag and drop.",
"main": "src/jquery.dmuploader.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dm-uploader",
"name": "dm-file-uploader",
"title": "jQuery Ajax File Uploader Widget",
"description": "A very lightweight and configurable jQuery Plugin for file uploading using ajax(async); includes support for queues, progress tracking and drag and drop.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/danielm/uploader",
"author": {
"name": "Daniel Morales",
Expand Down

0 comments on commit 335f1a1

Please sign in to comment.