Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Commit d8b9468

Browse files
committed
Updated readme
1 parent a5e2341 commit d8b9468

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#AWS-Response
1+
# AWS-Response
22

33
## Purpose
44

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"lint": "eslint .",
88
"fix": "eslint --fix .",
99
"test": "mocha --recursive",
10-
"prepush": "npm test && npm run lint"
10+
"prepush": "npm test && npm run lint",
11+
"prepublish": "npm test && npm run lint"
1112
},
1213
"devDependencies": {
1314
"chai": "^3.5.0",

yarn.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
139139
strip-ansi "^3.0.0"
140140
supports-color "^2.0.0"
141141

142+
ci-info@^1.0.0:
143+
version "1.0.0"
144+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534"
145+
142146
circular-json@^0.3.1:
143147
version "0.3.1"
144148
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d"
@@ -514,6 +518,10 @@ file-entry-cache@^2.0.0:
514518
flat-cache "^1.2.1"
515519
object-assign "^4.0.1"
516520

521+
find-parent-dir@^0.3.0:
522+
version "0.3.0"
523+
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54"
524+
517525
find-up@^1.0.0:
518526
version "1.1.2"
519527
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -606,6 +614,15 @@ has@^1.0.1:
606614
dependencies:
607615
function-bind "^1.0.2"
608616

617+
husky@^0.13.3:
618+
version "0.13.3"
619+
resolved "https://registry.yarnpkg.com/husky/-/husky-0.13.3.tgz#bc2066080badc8b8fe3516e881f5bc68a57052ff"
620+
dependencies:
621+
chalk "^1.1.3"
622+
find-parent-dir "^0.3.0"
623+
is-ci "^1.0.9"
624+
normalize-path "^1.0.0"
625+
609626
ignore@^3.2.0:
610627
version "3.2.7"
611628
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.7.tgz#4810ca5f1d8eca5595213a34b94f2eb4ed926bbd"
@@ -651,6 +668,12 @@ is-callable@^1.1.1, is-callable@^1.1.3:
651668
version "1.1.3"
652669
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
653670

671+
is-ci@^1.0.9:
672+
version "1.0.10"
673+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
674+
dependencies:
675+
ci-info "^1.0.0"
676+
654677
is-date-object@^1.0.1:
655678
version "1.0.1"
656679
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -861,6 +884,10 @@ natural-compare@^1.4.0:
861884
version "1.4.0"
862885
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
863886

887+
normalize-path@^1.0.0:
888+
version "1.0.0"
889+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
890+
864891
number-is-nan@^1.0.0:
865892
version "1.0.1"
866893
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"

0 commit comments

Comments
 (0)