Fixing NPM Issues

master v1.0.2
Joe Vu 8 years ago
parent 3f68ed5dbe
commit 7b27f21900

@ -174,6 +174,9 @@ c Version v0.1
- Switching to "Bracket" notation for flattening nested objects - Switching to "Bracket" notation for flattening nested objects
- Added an "unflatten" internal method to unflatten - Added an "unflatten" internal method to unflatten
#### Version 1.0.2
- Cutting a tag and fixing NPM issues
### Dev/Installation ### Dev/Installation
If you want to work on this plugin, test it, etc., it just needs an install of `node` and `grunt`. If you want to work on this plugin, test it, etc., it just needs an install of `node` and `grunt`.
``` ```

@ -1,6 +1,6 @@
{ {
"name": "backbone-model-file-upload", "name": "backbone-model-file-upload",
"version": "1.0.1", "version": "1.0.2",
"description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)", "description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)",
"main": "backbone-model-file-upload.js", "main": "backbone-model-file-upload.js",
"directories": { "directories": {

Loading…
Cancel
Save