Skip to content

Commit

Permalink
new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Camel Aissani committed Sep 5, 2020
1 parent 1890b17 commit def47e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/markdownItInclude.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/markdownItInclude.mjs
@@ -1,4 +1,4 @@
/*! markdown-it-include 1.1.1 https://github.com//camelaissani/markdown-it-include @license MIT */
/*! markdown-it-include 2.0.0 https://github.com//camelaissani/markdown-it-include @license MIT */

function _extends() {
_extends = Object.assign || function (target) {
Expand Down
2 changes: 1 addition & 1 deletion dist/markdownItInclude.modern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/markdownItInclude.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-it-include",
"version": "1.1.1",
"version": "2.0.0",
"description": "Markdown-it plugin which adds the ability to include markdown fragment files.",
"keywords": [
"markdown-it-plugin",
Expand All @@ -25,7 +25,7 @@
"url": "https://nuageprive.fr/"
},
"peerDependencies": {
"markdown-it": ">=8.4.2 <11.0.0"
"markdown-it": ">=8.4.2"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down Expand Up @@ -57,7 +57,6 @@
"doc": "make doc",
"lint": "make lint",
"lintfix": "make lintfix",
"cov": "make report-coverage",
"pub": "npm publish"
"cov": "make report-coverage"
}
}

0 comments on commit def47e9

Please sign in to comment.