Skip to content

Commit a2be863

Browse files
committed
Modified package description to include "sarme" fork.
1 parent e45a28c commit a2be863

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "jquery-file-upload-middleware",
2+
"name": "jquery-file-upload-middleware-sarme",
33
"author": "Aleksandr Guidrevitch <aguidrevitch@gmail.com>",
4-
"description": "jQuery-File-Upload Express.js Middleware",
4+
"description": "jQuery-File-Upload Express.js Middleware - sarme fork",
55
"keywords": [
66
"jquery",
77
"upload",
88
"express",
99
"middleware"
1010
],
11-
"version": "0.1.0",
11+
"version": "0.1.1,
1212
"dependencies": {
1313
"formidable": ">=1.0.11",
1414
"imagemagick": ">=0.1.2",
@@ -20,14 +20,14 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/aguidrevitch/jquery-file-upload-middleware.git"
23+
"url": "https://github.com/sarme/jquery-file-upload-middleware.git"
2424
},
2525
"main": "./index.js",
2626
"readmeFilename": "README.md",
2727
"devDependencies": {},
2828
"scripts": {
2929
"test": "echo \"Error: no test specified\" && exit 1"
3030
},
31-
"_id": "jquery-file-upload-middleware@0.1.0",
31+
"_id": "jquery-file-upload-middleware-sarme@0.1.1",
3232
"license": "MIT"
3333
}

0 commit comments

Comments
 (0)