From 9675784aac4c75bd1df4e63efcae428fe6237a8e Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 5 Oct 2023 11:18:13 -0400 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 882cb29..bfc685c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-smartypants-lite", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked-smartypants-lite", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@rollup/plugin-node-resolve": "^15.1.0", diff --git a/package.json b/package.json index ccd2df5..8573eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-smartypants-lite", - "version": "1.0.0", + "version": "1.0.1", "description": "marked extension for smartypants - lite version", "main": "./lib/index.cjs", "module": "./lib/index.mjs", @@ -24,7 +24,7 @@ "scripts": { "test": "npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --verbose", "test:cover": "npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage", - "lint:dry": "eslint .", + "lint:dry": "eslint .", "lint": "eslint . --fix", "build": "rollup -c rollup.config.js" },