From 11d9140ee7b24f99901a2e0277d14d79caeafed5 Mon Sep 17 00:00:00 2001 From: kobezzza Date: Sun, 7 Jun 2015 12:06:30 +0300 Subject: [PATCH] Small fix --- .npmignore | 2 +- build/file.js | 4 ++-- build/parser.js | 4 ++-- monic.js | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 70c1a55..4efe5ab 100644 --- a/.npmignore +++ b/.npmignore @@ -53,7 +53,7 @@ error.txt # NPM ignore list /lib -/spec +/test /gulpfile.js /.editorconfig /.jscsrc diff --git a/build/file.js b/build/file.js index 31de4f5..6b2ea18 100644 --- a/build/file.js +++ b/build/file.js @@ -1,11 +1,11 @@ /*! - * Monic v2.1.15 + * Monic v2.1.16 * https://github.com/MonicBuilder/Monic * * Released under the MIT license * https://github.com/MonicBuilder/Monic/blob/master/LICENSE * - * Date: Sun, 07 Jun 2015 08:16:08 GMT + * Date: Sun, 07 Jun 2015 09:06:09 GMT */ 'use strict'; diff --git a/build/parser.js b/build/parser.js index 0a740e2..773c5be 100644 --- a/build/parser.js +++ b/build/parser.js @@ -1,11 +1,11 @@ /*! - * Monic v2.1.15 + * Monic v2.1.16 * https://github.com/MonicBuilder/Monic * * Released under the MIT license * https://github.com/MonicBuilder/Monic/blob/master/LICENSE * - * Date: Sun, 07 Jun 2015 08:16:08 GMT + * Date: Sun, 07 Jun 2015 09:06:09 GMT */ 'use strict'; diff --git a/monic.js b/monic.js index 18219d9..8debb2a 100644 --- a/monic.js +++ b/monic.js @@ -18,7 +18,7 @@ const mkdirp = require('mkdirp'); /** @type {!Array} */ -exports.VERSION = [2, 1, 15]; +exports.VERSION = [2, 1, 16]; /** * Builds a file diff --git a/package.json b/package.json index ab8af59..aa63504 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "File builder for JavaScript.", "homepage": "https://github.com/MonicBuilder/Monic", "main": "monic.js", - "version": "2.1.15", + "version": "2.1.16", "license": "MIT", "author": { "name": "kobezzza",