Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
k2on committed Apr 7, 2021
1 parent cf7b486 commit ce7c628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sivrad/matrix-collection-tools",
"version": "1.0.12",
"version": "1.0.13",
"description": "Collection CI/CD.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,8 @@
"start": "ts-node --transpile-only src/index.ts",
"start:d": "yarn start --dir ./matrix-collection-example/",
"mk-types": "ts-node ./scripts/mk-types.ts",
"mk-example": "git clone git@github.com:sivrad/matrix-collection-example.git"
"mk-example": "git clone git@github.com:sivrad/matrix-collection-example.git",
"patch": "yarn version --new-version patch"
},
"devDependencies": {
"@nix2/prettier-config": "^1.0.4",
Expand Down

0 comments on commit ce7c628

Please sign in to comment.