Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
34 changes: 8 additions & 26 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "adapt-contrib-flipcard",
"version": "5.1.1",
"version": "5.1.2",
"framework": ">=5.19.1",
"homepage": "https://github.com/learningpool/adapt-contrib-flipcard",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-flipcard",
"repository": {
"type": "git",
"url": "git://github.com/HT2-Labs/adapt-contrib-flipcard"
},
"authors": [
"Himanshu Rajotia <himanshu.rajotia@exultcorp.com>",
"Ciaran Duffy <ciaran@learningpool.com>"
Expand All @@ -25,30 +29,8 @@
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"release": {
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/git",
{
"assets": [
"bower.json",
"package.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"scripts": {
"postversion": "cp package.json bower.json"
"postversion": "cp package.json bower.json",
"semantic-release": "semantic-release"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-flipcard",
"version": "5.1.1",
"version": "5.1.2",
"framework": ">=5.19.1",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-flipcard",
"repository": {
Expand Down

0 comments on commit f612151

Please sign in to comment.