diff --git a/README.md b/README.md index 814bce4..fdc72d8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ A wrapper for AWS DynamoDB Local, intended for use in testcases. Will automatic # Usage -Note: this module was developed using a few ES6 features (const,let,native Promise). It is highly recomended to use io.js with this module because of its [ES6 features](https://iojs.org/en/es6.html) - -`npm install dynamodb-local --save` +`npm install dynamodb-local --save-dev` Then in node: diff --git a/package.json b/package.json index e1874b0..a23d3a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dynamodb-local", "description": "A wrapper for AWS DynamoDB Local, intended for use in testcases", - "version": "0.0.5", + "version": "0.0.6", "repository": "doapp-ryanp/dynamodb-local", "author": { "name": "Ryan Pendergast (DoApp, Inc)", @@ -19,8 +19,7 @@ ], "main": "./index.js", "engines": { - "iojs": ">= 1.6.3", - "npm": ">= 2.7.4" + "node": ">= 0.10.33" }, "dependencies": { "mkdirp": "^0.5.0",