mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
Release 0.8.25
This commit is contained in:
2
dist
2
dist
Submodule dist updated: f2052f95f8...a286162ace
@@ -145,7 +145,7 @@ module.exports = function (gulp, helperOptions) {
|
||||
})
|
||||
|
||||
gulp.task('publish_commits', function (cb) {
|
||||
return gulp.src('./package.json', {read: false})
|
||||
gulp.src('./package.json')
|
||||
.pipe($.prompt.confirm({
|
||||
message: 'Are you sure you want to publish this release?',
|
||||
default: false
|
||||
@@ -166,8 +166,8 @@ module.exports = function (gulp, helperOptions) {
|
||||
'echo Finished <%= callback() %>'
|
||||
], {
|
||||
templateData: {
|
||||
getVersion: function (s) {
|
||||
return require(s).version
|
||||
getVersion: function () {
|
||||
return JSON.parse(String.fromCharCode.apply(null, this.file._contents)).version
|
||||
},
|
||||
callback: cb
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "0.8.23",
|
||||
"version": "0.8.25",
|
||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||
"main": "./src/y.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user