From 31bdebcfb0a5cc6ce3d1c9e59991734e7621905f Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Wed, 3 Aug 2016 17:35:37 +0200 Subject: [PATCH] fix: bump batch lib version --- .gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 128a7432..39af7a0e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ test-*.json /transform /utils /index.js +*.swp diff --git a/package.json b/package.json index c1bb3d19..6520392f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "contentful-batch-libs", "description": "Library modules used by contentful batch utility CLI tools.", "main": "index.js", + "version" : "1.0.0", "scripts": { "build": "npm run clean && babel lib --out-dir .", "clean": "npm run clean:build && rimraf coverage", @@ -24,7 +25,7 @@ "babel-runtime": "^6.3.19", "bluebird": "^3.3.3", "contentful": "^3.3.12", - "contentful-management": "^1.1.10", + "contentful-management": "^1.1.11", "lodash": "^4.0.1", "npmlog": "^2.0.0" },