Skip to content

Commit

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

'use strict';
Expand Down Expand Up @@ -230,7 +230,6 @@ var FileStructure = exports.FileStructure = (function () {

/**
* Ends a condition
*
* @return {!FileStructure}
*/

Expand Down Expand Up @@ -270,7 +269,6 @@ var FileStructure = exports.FileStructure = (function () {

/**
* Ends a label
*
* @return {!FileStructure}
*/

Expand Down Expand Up @@ -471,4 +469,4 @@ var FileStructure = exports.FileStructure = (function () {
}]);

return FileStructure;
})();
})();
6 changes: 3 additions & 3 deletions dist/parser.js
@@ -1,11 +1,11 @@
/*!
* Monic v2.3.7
* Monic v2.3.8
* https://github.com/MonicBuilder/Monic
*
* Released under the MIT license
* https://github.com/MonicBuilder/Monic/blob/master/LICENSE
*
* Date: Mon, 07 Dec 2015 14:47:12 GMT
* Date: Tue, 08 Dec 2015 20:47:22 GMT
*/

'use strict';
Expand Down Expand Up @@ -648,4 +648,4 @@ var Parser = (function () {
return Parser;
})();

/*istanbul ignore next*/exports.default = Parser;
/*istanbul ignore next*/exports.default = Parser;
2 changes: 2 additions & 0 deletions gulpfile.js
Expand Up @@ -18,6 +18,7 @@ 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'),
run = require('gulp-run');
Expand Down Expand Up @@ -117,6 +118,7 @@ gulp.task('build', ['bump'], (cb) => {
.pipe(babel())
.on('error', error(cb))
.pipe(header(fullHead))
.pipe(wrap('<%= contents %>\n\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, 7];
exports.VERSION = [2, 3, 8];

/**
* Builds a file
Expand Down
3 changes: 2 additions & 1 deletion 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.7",
"version": "2.3.8",
"license": "MIT",
"author": {
"name": "kobezzza",
Expand Down Expand Up @@ -60,6 +60,7 @@
"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 1b40c0b

Please sign in to comment.