Skip to content

Commit

Permalink
feat(migration): migrate orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Jun 23, 2022
1 parent 0135b8b commit 00f0730
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 The Cloud Deck LLC
Copyright (c) 2022 Stratiform Digital LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center" style="border-bottom: none;"> serverless-stage-destroyer</h1>
<h3 align="center">Utility to help destroy AWS resources deployed by Serverless Framework.</h3>
<p align="center">
<a href="https://github.com/theclouddeck/serverless-stage-destroyer/releases/latest">
<img alt="latest release" src="https://img.shields.io/github/release/theclouddeck/serverless-stage-destroyer.svg">
<a href="https://github.com/stratiformdigital/serverless-stage-destroyer/releases/latest">
<img alt="latest release" src="https://img.shields.io/github/release/stratiformdigital/serverless-stage-destroyer.svg">
</a>
<a href="https://www.npmjs.com/package/serverless-stage-destroyer">
<img alt="npm latest version" src="https://img.shields.io/npm/v/serverless-stage-destroyer/latest.svg">
</a>
<a href="https://codeclimate.com/github/theclouddeck/serverless-stage-destroyer/maintainability">
<a href="https://codeclimate.com/github/stratiformdigital/serverless-stage-destroyer/maintainability">
<img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/20f59ef91bd30565c424/maintainability">
</a>
<a href="https://github.com/semantic-release/semantic-release">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@theclouddeck/serverless-stage-destroyer",
"name": "@stratiformdigital/serverless-stage-destroyer",
"version": "1.5.0",
"description": "Deletes all Cloudformation Stacks associated to a specified Serverless stage.",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/theclouddeck/serverless-stage-destroyer"
"url": "https://github.com/stratiformdigital/serverless-stage-destroyer"
},
"keywords": [
"Serverless Stage Destroyer",
Expand Down

0 comments on commit 00f0730

Please sign in to comment.