Skip to content

Commit def47e9

Browse files
author
Camel Aissani
committed
new release version
1 parent 1890b17 commit def47e9

5 files changed

+7
-8
lines changed

dist/markdownItInclude.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/markdownItInclude.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdown-it-include 1.1.1 https://github.com//camelaissani/markdown-it-include @license MIT */
1+
/*! markdown-it-include 2.0.0 https://github.com//camelaissani/markdown-it-include @license MIT */
22

33
function _extends() {
44
_extends = Object.assign || function (target) {

dist/markdownItInclude.modern.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/markdownItInclude.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-include",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Markdown-it plugin which adds the ability to include markdown fragment files.",
55
"keywords": [
66
"markdown-it-plugin",
@@ -25,7 +25,7 @@
2525
"url": "https://nuageprive.fr/"
2626
},
2727
"peerDependencies": {
28-
"markdown-it": ">=8.4.2 <11.0.0"
28+
"markdown-it": ">=8.4.2"
2929
},
3030
"devDependencies": {
3131
"chai": "4.2.0",
@@ -57,7 +57,6 @@
5757
"doc": "make doc",
5858
"lint": "make lint",
5959
"lintfix": "make lintfix",
60-
"cov": "make report-coverage",
61-
"pub": "npm publish"
60+
"cov": "make report-coverage"
6261
}
6362
}

0 commit comments

Comments
 (0)