-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(2862): Delete a specific version of a template (#37)
- Loading branch information
Showing
6 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env node | ||
|
||
'use strict'; | ||
|
||
require('../commands').run('remove_version'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"template-remove": "./bin/remove.js", | ||
"template-tag": "./bin/tag.js", | ||
"template-remove-tag": "./bin/removeTag.js", | ||
"template-remove-version": "./bin/removeVersion.js", | ||
"template-get-version-from-tag": "./bin/getVersionFromTag.js" | ||
}, | ||
"repository": { | ||
|
@@ -31,6 +32,7 @@ | |
"contributors": [ | ||
"Dao Lam <[email protected]>", | ||
"Darren Matsumoto <[email protected]>", | ||
"Dayanand Sagar <[email protected]>", | ||
"Jeremiah Wuenschel <[email protected]>", | ||
"Jerry Zhang <[email protected]>", | ||
"Min Zhang <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters