videomail-client 6.0.8 → 6.0.10
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/env/dev/release.sh
CHANGED
|
@@ -76,24 +76,20 @@ gulp build --minify
|
|
|
76
76
|
git add -A
|
|
77
77
|
git commit -m "Final commit of version $VERSION" --no-edit
|
|
78
78
|
|
|
79
|
-
# not needed anymore with the switch from yarn to npm
|
|
80
|
-
# info "Logging to npm ...\n"
|
|
81
|
-
# npm login
|
|
82
|
-
|
|
83
79
|
info "Publishing to npm ...\n"
|
|
84
80
|
npm publish
|
|
85
81
|
|
|
86
|
-
# Complete the previous release
|
|
87
|
-
git flow release finish $VERSION -m "Completing release of $VERSION" # This will also tag it
|
|
82
|
+
# # Complete the previous release
|
|
83
|
+
# git flow release finish $VERSION -m "Completing release of $VERSION" # This will also tag it
|
|
88
84
|
|
|
89
|
-
git push
|
|
85
|
+
# git push
|
|
90
86
|
|
|
91
|
-
git checkout master
|
|
92
|
-
git push --follow-tags
|
|
87
|
+
# git checkout master
|
|
88
|
+
# git push --follow-tags
|
|
93
89
|
|
|
94
|
-
# Prepare the develop branch for the new cycle
|
|
95
|
-
git checkout develop
|
|
90
|
+
# # Prepare the develop branch for the new cycle
|
|
91
|
+
# git checkout develop
|
|
96
92
|
|
|
97
|
-
unset GIT_MERGE_AUTOEDIT
|
|
93
|
+
# unset GIT_MERGE_AUTOEDIT
|
|
98
94
|
|
|
99
|
-
info "\nAll good. Ready for the next cycle!\n"
|
|
95
|
+
# info "\nAll good. Ready for the next cycle!\n"
|
package/package.json
CHANGED
|
@@ -26459,7 +26459,7 @@ function wrappy (fn, cb) {
|
|
|
26459
26459
|
},{}],358:[function(_dereq_,module,exports){
|
|
26460
26460
|
module.exports={
|
|
26461
26461
|
"name": "videomail-client",
|
|
26462
|
-
"version": "6.0.
|
|
26462
|
+
"version": "6.0.10",
|
|
26463
26463
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
26464
26464
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
26465
26465
|
"contributors": [
|