Browse Source

bump to 0.5.2

Ben Hsieh 8 years ago
parent
commit
44b972d312
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

1
 {
1
 {
2
   "name": "fetchblob",
2
   "name": "fetchblob",
3
-  "version": "0.4.2",
3
+  "version": "0.5.2",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
     "start": "node node_modules/react-native/local-cli/cli.js start",
6
     "start": "node node_modules/react-native/local-cli/cli.js start",
11
     "chalk": "^1.1.3",
11
     "chalk": "^1.1.3",
12
     "chokidar": "^1.5.1",
12
     "chokidar": "^1.5.1",
13
     "express": "^4.13.4",
13
     "express": "^4.13.4",
14
-    "multer": "^1.1.0"  
14
+    "multer": "^1.1.0"
15
   }
15
   }
16
 }
16
 }