Skip to content

Commit

Permalink
fix: bump batch lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Aug 3, 2016
1 parent 238e57c commit 31bdebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ test-*.json
/transform
/utils
/index.js
*.swp
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 31bdebc

Please sign in to comment.