From 75aa96c650abc2771d1892a54f93e7891bf07a33 Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Mon, 6 Jul 2020 16:40:25 +0200 Subject: [PATCH] bumped build revision --- dist/gitignoreParser.js | 2 +- dist/gitignoreParser.mjs | 2 +- dist/gitignoreParser.modern.js | 2 +- dist/gitignoreParser.umd.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/gitignoreParser.js b/dist/gitignoreParser.js index d57eea2..f9fd772 100644 --- a/dist/gitignoreParser.js +++ b/dist/gitignoreParser.js @@ -1,4 +1,4 @@ -/*! gitignore-parser 0.2.0-6 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ +/*! gitignore-parser 0.2.0-7 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ 'use strict'; diff --git a/dist/gitignoreParser.mjs b/dist/gitignoreParser.mjs index 5a07cb8..beb5566 100644 --- a/dist/gitignoreParser.mjs +++ b/dist/gitignoreParser.mjs @@ -1,4 +1,4 @@ -/*! gitignore-parser 0.2.0-6 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ +/*! gitignore-parser 0.2.0-7 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ // force to false and smart code compressors can remove the resulting 'dead code': /** diff --git a/dist/gitignoreParser.modern.js b/dist/gitignoreParser.modern.js index 77c15ea..026d53b 100644 --- a/dist/gitignoreParser.modern.js +++ b/dist/gitignoreParser.modern.js @@ -1,4 +1,4 @@ -/*! gitignore-parser 0.2.0-6 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ +/*! gitignore-parser 0.2.0-7 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ // force to false and smart code compressors can remove the resulting 'dead code': /** diff --git a/dist/gitignoreParser.umd.js b/dist/gitignoreParser.umd.js index b6fce8f..31bc2c5 100644 --- a/dist/gitignoreParser.umd.js +++ b/dist/gitignoreParser.umd.js @@ -1,4 +1,4 @@ -/*! gitignore-parser 0.2.0-6 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ +/*! gitignore-parser 0.2.0-7 https://github.com//GerHobbelt/gitignore-parser @license Apache License, Version 2.0 */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : diff --git a/package-lock.json b/package-lock.json index ab884fa..1d6b9fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gerhobbelt/gitignore-parser", - "version": "0.2.0-6", + "version": "0.2.0-7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b306359..bbb4344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gerhobbelt/gitignore-parser", - "version": "0.2.0-6", + "version": "0.2.0-7", "description": "A simple .gitignore parser.", "keywords": [ "gitignore",