Skip to content

Commit 336e9fe

Browse files
committed
prepare release 0.9.0
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent ae74d72 commit 336e9fe

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderoad/cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A CLI to build the configuration file for Coderoad Tutorials",
55
"keywords": [
66
"coderoad",
@@ -34,7 +34,7 @@
3434
"clean": "del-cli --force ./build",
3535
"compile": "tsc",
3636
"test": "jest",
37-
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
37+
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
3838
},
3939
"jest": {
4040
"collectCoverage": true,
@@ -52,21 +52,21 @@
5252
"ajv": "^6.12.5",
5353
"esm": "^3.2.25",
5454
"fs-extra": "9.1.0",
55-
"js-yaml": "4.0.0",
55+
"js-yaml": "^4.1.0",
5656
"kleur": "4.1.4",
5757
"lodash": "4.17.21",
5858
"ncp": "^2.0.0",
59-
"simple-git": "2.37.0"
59+
"simple-git": "^2.47.0"
6060
},
6161
"devDependencies": {
6262
"@babel/preset-typescript": "7.13.0",
6363
"@types/ajv": "^1.0.0",
64-
"@types/fs-extra": "9.0.10",
64+
"@types/fs-extra": "^9.0.13",
6565
"@types/inquirer": "^7.3.1",
6666
"@types/jest": "26.0.22",
67-
"@types/js-yaml": "4.0.0",
68-
"@types/lodash": "4.14.168",
69-
"@types/ncp": "^2.0.4",
67+
"@types/js-yaml": "^4.0.4",
68+
"@types/lodash": "^4.14.177",
69+
"@types/ncp": "^2.0.5",
7070
"del-cli": "^3.0.1",
7171
"jest": "26.6.3",
7272
"ts-jest": "26.5.4",

0 commit comments

Comments
 (0)