Release 12.1.3
This commit is contained in:
parent
a9fdd5df66
commit
f97144356c
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit 5dad1ed41030f61842034ee2e2dab621fde07997
|
Subproject commit 92b9cb8143f3fd82792ee65b079cff797f714c42
|
@ -61,7 +61,7 @@ module.exports = function (gulp, helperOptions) {
|
|||||||
.pipe($.if(!options.debug, $.uglify().on('error', function (e) {
|
.pipe($.if(!options.debug, $.uglify().on('error', function (e) {
|
||||||
console.log('\x07', e.message, JSON.stringify(e)); return this.end()
|
console.log('\x07', e.message, JSON.stringify(e)); return this.end()
|
||||||
})))
|
})))
|
||||||
.pipe(header(banner, { pkg : require('./package.json') } ))
|
.pipe(header(banner, { pkg: require('./package.json') }))
|
||||||
.pipe($.sourcemaps.write('.'))
|
.pipe($.sourcemaps.write('.'))
|
||||||
.pipe(gulp.dest('./dist/')))
|
.pipe(gulp.dest('./dist/')))
|
||||||
})
|
})
|
||||||
@ -79,7 +79,7 @@ module.exports = function (gulp, helperOptions) {
|
|||||||
.pipe($.rename({
|
.pipe($.rename({
|
||||||
extname: '.es6'
|
extname: '.es6'
|
||||||
}))
|
}))
|
||||||
.pipe(header(banner, { pkg : require('./package.json') } ))
|
.pipe(header(banner, { pkg: require('./package.json') }))
|
||||||
.pipe($.sourcemaps.write('.'))
|
.pipe($.sourcemaps.write('.'))
|
||||||
.pipe(gulp.dest('./dist/')))
|
.pipe(gulp.dest('./dist/')))
|
||||||
})
|
})
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "12.1.2",
|
"version": "12.1.3",
|
||||||
"description": "A framework for real-time p2p shared editing on any data",
|
"description": "A framework for real-time p2p shared editing on any data",
|
||||||
"main": "./src/y.js",
|
"main": "./src/y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user