This commit is contained in:
Kevin Jahns 2015-11-15 02:14:06 +01:00
parent 58a612eaa1
commit 8870fdc495
4 changed files with 6 additions and 5 deletions

2
dist

@ -1 +1 @@
Subproject commit dcf62124363cabd3665a2487b8cf18b23c655ba3
Subproject commit 14a3fbc638737b17478a426b542a3984cba22bc3

View File

@ -132,7 +132,8 @@ module.exports = function (gulp, helperOptions) {
})
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})
.pipe($.prompt.confirm({
message: 'Are you sure you want to publish this release?',

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.37",
"version": "0.6.41",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {