Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - nodeppt-parser@2.1.2
 - nodeppt-serve@2.1.3
 - nodeppt@2.1.3
  • Loading branch information
ksky521 committed Mar 4, 2019
1 parent ad8b669 commit 2fbff0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/nodeppt-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeppt-parser",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nodeppt-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeppt-serve",
"version": "2.1.2",
"version": "2.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.1",
"nodeppt-parser": "^2.1.2",
"nodeppt-shared-utils": "^2.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"portfinder": "^1.0.20",
Expand Down
6 changes: 3 additions & 3 deletions packages/nodeppt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "2.1.2",
"version": "2.1.3",
"site": "https://github.com/ksky521/nodeppt",
"main": "index.js",
"author": {
Expand All @@ -26,8 +26,8 @@
"handlebars": "^4.0.12",
"inquirer": "^6.2.1",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.1",
"nodeppt-serve": "^2.1.2",
"nodeppt-parser": "^2.1.2",
"nodeppt-serve": "^2.1.3",
"nodeppt-shared-utils": "^2.0.1",
"nodeppt-template-default": "^1.0.2",
"semver": "^5.6.0",
Expand Down

0 comments on commit 2fbff0b

Please sign in to comment.