Skip to content

Commit

Permalink
remove es6 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanp committed Aug 7, 2015
1 parent 4397a2e commit 353a5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand All @@ -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",
Expand Down

0 comments on commit 353a5e7

Please sign in to comment.