Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Jun 7, 2015
1 parent 1d6830c commit 11d9140
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -53,7 +53,7 @@ error.txt

# NPM ignore list
/lib
/spec
/test
/gulpfile.js
/.editorconfig
/.jscsrc
Expand Down
4 changes: 2 additions & 2 deletions 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';
Expand Down
4 changes: 2 additions & 2 deletions 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';
Expand Down
2 changes: 1 addition & 1 deletion monic.js
Expand Up @@ -18,7 +18,7 @@ const
mkdirp = require('mkdirp');

/** @type {!Array} */
exports.VERSION = [2, 1, 15];
exports.VERSION = [2, 1, 16];

/**
* Builds a file
Expand Down
2 changes: 1 addition & 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.1.15",
"version": "2.1.16",
"license": "MIT",
"author": {
"name": "kobezzza",
Expand Down

0 comments on commit 11d9140

Please sign in to comment.