Skip to content

Commit 136c303

Browse files
Merge pull request #46 from twilio-labs/v5.0.0
V5.0.0
2 parents 95923a9 + 26bbdbb commit 136c303

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-token",
33
"description": "Generate a temporary token for use in test applications",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {
@@ -12,7 +12,6 @@
1212
"@twilio/cli-core": "^7.0.0"
1313
},
1414
"devDependencies": {
15-
"@oclif/dev-cli": "^1.22.2",
1615
"@oclif/test": "^1.2.5",
1716
"@twilio/cli-test": "^2.0.2",
1817
"chai": "^4.2.0",
@@ -64,7 +63,6 @@
6463
"postpack": "rm -f oclif.manifest.json",
6564
"posttest": "eslint --ignore-path .gitignore . && npm audit",
6665
"prepack": "oclif-dev manifest && oclif-dev readme",
67-
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
68-
"version": "oclif-dev readme && git add README.md"
66+
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
6967
}
7068
}

0 commit comments

Comments
 (0)