Skip to content

Commit d9973ac

Browse files
committed
Updated withupstream branch
1 parent 40a695d commit d9973ac

3 files changed

Lines changed: 162 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v0.2.0
2+
3+
- Updated with dynogels 7.1.1
4+
5+
v0.1.0
6+
7+
- Removed aws requirement

npm-shrinkwrap.json

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynogels-lambda",
3-
"version": "1.0.0-alpha",
3+
"version": "0.2.0",
44
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
55
"contributors": [
66
"Clarkie <andrew.t.clarke@gmail.com> (http://clarkie.io)",
@@ -27,9 +27,6 @@
2727
"node": ">=4"
2828
},
2929
"license": "MIT",
30-
"optionalPeerDependencies": {
31-
"aws-sdk": "2.x.x"
32-
},
3330
"dependencies": {
3431
"async": "2.x.x",
3532
"bunyan": "1.x.x",
@@ -38,11 +35,11 @@
3835
"uuid": "3.x.x"
3936
},
4037
"devDependencies": {
38+
"aws-sdk": "2.x.x",
4139
"chai": "3.x.x",
4240
"coveralls": "2.x.x",
4341
"eslint": "2.x.x",
44-
"eslint-config-airbnb-base": "^3.0.1",
45-
"eslint-plugin-import": "^1.11.1",
42+
"eslint-plugin-import": "1.x.x",
4643
"istanbul": "0.x.x",
4744
"jscoverage": "0.x.x",
4845
"mocha": "3.x.x",

0 commit comments

Comments
 (0)