Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pimd/classes-plugin@0.1.5
 - @pimd/highlight-plugin@0.1.3
 - @pimd/id-plugin@0.1.4
 - @pimd/preview-plugin@0.1.5
 - @pimd/prism-plugin@0.1.1
 - pimd@0.5.0
  • Loading branch information
hagenburger committed Oct 2, 2018
1 parent ecf6270 commit 6250433
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pimd",
"version": "0.4.1",
"version": "0.5.0",
"description": "Processing instructions for Markdown",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/classes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pimd/classes-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "Adds classes to HTML elements",
"main": "index.js",
"author": "Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)",
Expand All @@ -13,6 +13,6 @@
},
"license": "MIT",
"devDependencies": {
"pimd": "^0.4.1"
"pimd": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions plugins/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pimd/highlight-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "Highlights important parts of code examples",
"main": "index.js",
"author": "Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"pimd": "^0.4.1"
"pimd": "^0.5.0"
},
"peerDependencies": {
"@pimd/html-injector-plugin": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pimd/id-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "Adds an ID to HTML elements",
"main": "index.js",
"author": "Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)",
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"devDependencies": {
"pimd": "^0.4.1"
"pimd": "^0.5.0"
},
"dependencies": {
"lint": "^1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pimd/preview-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "Adds a preview (live HTML) to code blocks.",
"main": "index.js",
"author": "Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)",
Expand All @@ -13,6 +13,6 @@
},
"license": "MIT",
"devDependencies": {
"pimd": "^0.4.1"
"pimd": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions plugins/prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pimd/prism-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "Highlights code blocks using Prism",
"main": "index.js",
"author": "Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)",
Expand All @@ -15,7 +15,7 @@
},
"license": "MIT",
"devDependencies": {
"pimd": "^0.4.1"
"pimd": "^0.5.0"
},
"dependencies": {
"prismjs": "^1.15.0"
Expand Down

0 comments on commit 6250433

Please sign in to comment.