forked from adaptlearning/adapt-contrib-vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.2 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "adapt-contrib-vanilla",
"version": "6.3.1",
"framework": ">=5.18.7",
"homepage": "https://github.com/adaptlearning/adapt-contrib-vanilla",
"bugs": "https://github.com/adaptlearning/adapt-contrib-vanilla/issues",
"theme": "vanilla",
"displayName": "Vanilla",
"description": "A core bundled theme",
"main": "js/theme.js",
"keywords": [
"adapt-plugin",
"adapt-theme"
],
"private": true,
"license": "GPL-3.0",
"targetAttribute": "_vanilla",
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"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"
}
}