less-openui5 0.11.6 → 0.11.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "less-openui5",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.8",
|
|
4
4
|
"description": "Build OpenUI5 themes with Less.js",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test": "npm run lint && npm run coverage && npm run depcheck",
|
|
30
30
|
"preversion": "npm test",
|
|
31
31
|
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md 0.7.0.. && git add CHANGELOG.md",
|
|
32
|
-
"
|
|
32
|
+
"prepublishOnly": "git push --follow-tags",
|
|
33
33
|
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
|
|
34
34
|
"depcheck": "depcheck --ignores clean-css,source-map"
|
|
35
35
|
},
|