lint
This commit is contained in:
+1
-1
Submodule dist updated: dcf6212436...14a3fbc638
+2
-1
@@ -132,7 +132,8 @@ module.exports = function (gulp, helperOptions) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
gulp.task('publish', function (cb) {
|
gulp.task('publish', function (cb) {
|
||||||
runSequence(['test', 'updateSubmodule', 'dist'], 'bump', function () {
|
/* TODO: include 'test',*/
|
||||||
|
runSequence(['updateSubmodule', 'dist'], 'bump', function () {
|
||||||
return gulp.src('./package.json', {read: false})
|
return gulp.src('./package.json', {read: false})
|
||||||
.pipe($.prompt.confirm({
|
.pipe($.prompt.confirm({
|
||||||
message: 'Are you sure you want to publish this release?',
|
message: 'Are you sure you want to publish this release?',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.6.37",
|
"version": "0.6.41",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "y.js",
|
"main": "y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user