Skip to content

Commit

Permalink
refactor(plugin-serverless): remove redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Aug 12, 2020
1 parent 1703f39 commit 0599b5f
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 219 deletions.
20 changes: 20 additions & 0 deletions .all-contributorsrc
Expand Up @@ -67,6 +67,26 @@
"code",
"review"
]
},
{
"login": "childish-sambino",
"name": "childish-sambino",
"avatar_url": "https://avatars0.githubusercontent.com/u/47228322?v=4",
"profile": "https://github.com/childish-sambino",
"contributions": [
"code",
"bug"
]
},
{
"login": "thinkingserious",
"name": "Elmer Thomas",
"avatar_url": "https://avatars0.githubusercontent.com/u/146695?v=4",
"profile": "http://www.ThinkingSerious.com",
"contributions": [
"bug",
"doc"
]
}
]
}
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,5 +1,6 @@
# Package Lock files should not be included for libraries
package-lock.json
yarn.lock

# Logs
logs
Expand Down Expand Up @@ -67,4 +68,4 @@ typings/
dist/

*.tsbuildinfo
.twilio-functions
.twilio-functions
46 changes: 0 additions & 46 deletions packages/plugin-serverless/.all-contributorsrc

This file was deleted.

21 changes: 0 additions & 21 deletions packages/plugin-serverless/.eslintrc

This file was deleted.

15 changes: 0 additions & 15 deletions packages/plugin-serverless/.github/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions packages/plugin-serverless/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/plugin-serverless/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/plugin-serverless/.nvmrc

This file was deleted.

58 changes: 0 additions & 58 deletions packages/plugin-serverless/CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/plugin-serverless/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions packages/plugin-serverless/appveyor.yml

This file was deleted.

10 changes: 1 addition & 9 deletions packages/plugin-serverless/package.json
Expand Up @@ -18,13 +18,7 @@
"@oclif/plugin-help": "^2.2.1",
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.0.2",
"all-contributors-cli": "^6.7.0",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
"globby": "^8.0.2",
"mocha": "^5.2.0",
"nyc": "^13.3.0"
"globby": "^8.0.2"
},
"engines": {
"node": ">=8.10.0"
Expand Down Expand Up @@ -83,9 +77,7 @@
"repository": "twilio-labs/plugin-serverless",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint --ignore-path .gitignore . && npm audit",
"prepack": "oclif-dev manifest && oclif-dev readme",
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
"version": "oclif-dev readme && git add README.md"
}
}
10 changes: 0 additions & 10 deletions packages/plugin-serverless/test/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/plugin-serverless/test/helpers/init.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/plugin-serverless/test/mocha.opts

This file was deleted.

0 comments on commit 0599b5f

Please sign in to comment.