Skip to content

Commit

Permalink
⬆️ @2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Dec 8, 2015
1 parent 1b40c0b commit 06f804a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/file.js
@@ -1,11 +1,11 @@
/*!
* Monic v2.3.8
* Monic v2.3.9
* https://github.com/MonicBuilder/Monic
*
* Released under the MIT license
* https://github.com/MonicBuilder/Monic/blob/master/LICENSE
*
* Date: Tue, 08 Dec 2015 20:47:22 GMT
* Date: Tue, 08 Dec 2015 21:02:10 GMT
*/

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/parser.js
@@ -1,11 +1,11 @@
/*!
* Monic v2.3.8
* Monic v2.3.9
* https://github.com/MonicBuilder/Monic
*
* Released under the MIT license
* https://github.com/MonicBuilder/Monic/blob/master/LICENSE
*
* Date: Tue, 08 Dec 2015 20:47:22 GMT
* Date: Tue, 08 Dec 2015 21:02:10 GMT
*/

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -18,9 +18,9 @@ const
babel = require('gulp-babel'),
bump = require('gulp-bump'),
header = require('gulp-header'),
wrap = require('gulp-wrap'),
replace = require('gulp-replace'),
cached = require('gulp-cached'),
eol = require('gulp-eol'),
run = require('gulp-run');

function getVersion() {
Expand Down Expand Up @@ -118,7 +118,7 @@ gulp.task('build', ['bump'], (cb) => {
.pipe(babel())
.on('error', error(cb))
.pipe(header(fullHead))
.pipe(wrap('<%= contents %>\n\n'))
.pipe(eol('\n'))
.pipe(gulp.dest('./dist'))
.on('end', cb);
});
Expand Down
2 changes: 1 addition & 1 deletion monic.js
Expand Up @@ -23,7 +23,7 @@ var
$C = require('collection.js').$C;

/** @type {!Array} */
exports.VERSION = [2, 3, 8];
exports.VERSION = [2, 3, 9];

/**
* Builds a file
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"description": "File builder for JavaScript.",
"homepage": "https://github.com/MonicBuilder/Monic",
"main": "monic.js",
"version": "2.3.8",
"version": "2.3.9",
"license": "MIT",
"author": {
"name": "kobezzza",
Expand Down Expand Up @@ -57,10 +57,10 @@
"gulp-babel": "^6.1.1",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.0.4",
"gulp-eol": "^0.1.1",
"gulp-header": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-run": "^1.6.7",
"gulp-wrap": "^0.11.0",
"istanbul": "^0.4.1",
"jscs": "^2.0.0",
"through2": "^2.0.0",
Expand Down

0 comments on commit 06f804a

Please sign in to comment.