Skip to content

Commit 335f1a1

Browse files
committed
Changing package name because PEOPLE
1 parent 803651f commit 335f1a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Check the live Demos here: https://danielmg.org/demo/java-script/uploader
3333

3434
### NPM
3535
```bash
36-
npm install dm-uploader --save
36+
npm install dm-file-uploader --save
3737
```
3838

3939
### Bower
4040
```bash
41-
bower install dm-uploader --save
41+
bower install dm-file-uploader --save
4242
```
4343

4444
### Download tarball

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dm-uploader",
2+
"name": "dm-file-uploader",
33
"description": "A very lightweight and configurable jQuery Plugin for file uploading using ajax(async); includes support for queues, progress tracking and drag and drop.",
44
"main": "src/jquery.dmuploader.js",
55
"authors": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "dm-uploader",
2+
"name": "dm-file-uploader",
33
"title": "jQuery Ajax File Uploader Widget",
44
"description": "A very lightweight and configurable jQuery Plugin for file uploading using ajax(async); includes support for queues, progress tracking and drag and drop.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"homepage": "https://github.com/danielm/uploader",
77
"author": {
88
"name": "Daniel Morales",

0 commit comments

Comments
 (0)