Bump version

Bump version to 1.1.3-alpha.1 and also set "node" to ">=6.0.0", since according to the docs module doesn't suppoort node versions less the 6
dev
Roman Burunkov 5 years ago committed by GitHub
parent 86a4cda494
commit 9f2443e971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

@ -1,6 +1,6 @@
{
"name": "express-fileupload",
"version": "1.1.2-alpha.1",
"version": "1.1.3-alpha.1",
"author": "Richard Girges <richardgirges@gmail.com>",
"description": "Simple express file upload middleware that wraps around Busboy",
"main": "./lib/index",
@ -13,7 +13,7 @@
"busboy": "^0.2.14"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"keywords": [
"express",

Loading…
Cancel
Save