From 1ad8656a0e99e53f79dd5da093e79afea6f53c36 Mon Sep 17 00:00:00 2001 From: Guillaume Dufour Date: Thu, 20 Oct 2016 11:02:11 +0200 Subject: [PATCH] remove package.js --- LICENSE | 20 ++++++++++++++++++++ README.md | 2 +- bower.json | 4 ++-- pace-ng-file-upload-inlinepatch.js | 6 ++++++ pace-ng-file-upload.js | 1 - package.js | 6 ------ 6 files changed, 29 insertions(+), 10 deletions(-) create mode 100644 LICENSE create mode 100644 pace-ng-file-upload-inlinepatch.js delete mode 100644 pace-ng-file-upload.js delete mode 100644 package.js diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7ebd53c --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013 danialfarid + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 639a7c0..1c7fd6e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# pace-ng-file-upload-patch +# pace-ng-file-upload-inlinepatch patch for PACE and ng-file-upload, see https://github.com/danialfarid/ng-file-upload/issues/832 diff --git a/bower.json b/bower.json index 5bfba03..e9caf3b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { - "version": "0.0.4", + "version": "0.0.5", "name": "pace-ng-file-upload-inlinepatch", - "main": "pace-ng-file-upload-patch.js", + "main": "pace-ng-file-upload-inlinepatch.js", "dependencies": { "pace": "^1.0.2" }, diff --git a/pace-ng-file-upload-inlinepatch.js b/pace-ng-file-upload-inlinepatch.js new file mode 100644 index 0000000..295abb3 --- /dev/null +++ b/pace-ng-file-upload-inlinepatch.js @@ -0,0 +1,6 @@ +/**! + * patch for PACE and ng-file-upload, see https://github.com/danialfarid/ng-file-upload/issues/832 + * @author Dufgui + * @version 0.0.5 + */ +XMLHttpRequest.prototype = Object.getPrototypeOf(new XMLHttpRequest); \ No newline at end of file diff --git a/pace-ng-file-upload.js b/pace-ng-file-upload.js deleted file mode 100644 index f6983e9..0000000 --- a/pace-ng-file-upload.js +++ /dev/null @@ -1 +0,0 @@ -XMLHttpRequest.prototype = Object.getPrototypeOf(new XMLHttpRequest); \ No newline at end of file diff --git a/package.js b/package.js deleted file mode 100644 index d424213..0000000 --- a/package.js +++ /dev/null @@ -1,6 +0,0 @@ -Package.describe({ - name: "Dufgui:pace-ng-file-upload-inlinepatch", - "version": "0.0.2", - summary: "patch for PACE and ng-file-upload, see https://github.com/danialfarid/ng-file-upload/issues/832", - git: "https://github.com/Dufgui/pace-ng-file-upload-patch.git" -});