Skip to content

Commit

Permalink
merged changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 23, 2021
2 parents b8f31a9 + 02a3a3b commit ea3698b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 86 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# slic-watch

[![CircleCI Build Status](https://circleci.com/gh/fourTheorem/slic-watch.svg?style=shield)](https://app.circleci.com/pipelines/github/fourTheorem/slic-watch)
[![Coverage Status](https://coveralls.io/repos/github/fourTheorem/slic-watch/badge.svg?branch=master)](https://coveralls.io/github/fourTheorem/slic-watch?branch=master)
[![Build](https://github.com/fourTheorem/slic-watch/actions/workflows/build.yml/badge.svg)](https://github.com/fourTheorem/slic-watch/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/fourTheorem/slic-watch/badge.svg?branch=main)](https://coveralls.io/github/fourTheorem/slic-watch?branch=main)

SLIC Watch provides a CloudWatch Dashboard and Alarms for:

Expand Down
83 changes: 0 additions & 83 deletions serverless-plugin/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion serverless-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "index.js",
"scripts": {
"test": "tap --coverage-report=html --coverage-report=text-lcov --no-browser tests/**/*.test.js"
"test": "tap --coverage-report=html --coverage-report=text-lcov --no-browser tests/**/*.test.js",
"prepublish": "cp ../README.md README.md"
},
"devDependencies": {
"js-yaml": "^4.0.0",
Expand Down

0 comments on commit ea3698b

Please sign in to comment.