Skip to content

Commit

Permalink
Merge pull request #46 from twilio-labs/v5.0.0
Browse files Browse the repository at this point in the history
V5.0.0
  • Loading branch information
micaswyers-work authored Sep 28, 2022
2 parents 95923a9 + 26bbdbb commit 136c303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-labs/plugin-token",
"description": "Generate a temporary token for use in test applications",
"version": "4.0.0",
"version": "5.0.0",
"author": "Twilio @twilio",
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
"publishConfig": {
Expand All @@ -12,7 +12,6 @@
"@twilio/cli-core": "^7.0.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.0.2",
"chai": "^4.2.0",
Expand Down Expand Up @@ -64,7 +63,6 @@
"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"
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
}
}

0 comments on commit 136c303

Please sign in to comment.