Update ignore patterns and version bump
Added 'package-lock.json' to the ignore patterns in MarkdownGenerator.js to avoid unnecessary processing. Updated the version in package.json from 1.0.5 to 1.0.6 to reflect this change.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "code-tokenizer-md",
|
"name": "code-tokenizer-md",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@@ -107,6 +107,7 @@ export class MarkdownGenerator {
|
|||||||
'**/*.config.{js,ts}',
|
'**/*.config.{js,ts}',
|
||||||
'**/tsconfig*.json',
|
'**/tsconfig*.json',
|
||||||
'**/jsconfig*.json',
|
'**/jsconfig*.json',
|
||||||
|
'**/package-lock.json',
|
||||||
|
|
||||||
// Environment and variables
|
// Environment and variables
|
||||||
'**/.env*',
|
'**/.env*',
|
||||||
|
Reference in New Issue
Block a user