Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Mar 4, 2019
1 parent bf266b0 commit 40893cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.3",
"version": "2.1.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"node-sass": "4.11.0",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.2",
"nodeppt-shared-utils": "^2.0.1",
"nodeppt-shared-utils": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"portfinder": "^1.0.20",
"sass-loader": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodeppt-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeppt-shared-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "index.js",
"scripts": {
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.3",
"version": "2.1.4",
"site": "https://github.com/ksky521/nodeppt",
"main": "index.js",
"author": {
Expand All @@ -27,8 +27,8 @@
"inquirer": "^6.2.1",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.2",
"nodeppt-serve": "^2.1.3",
"nodeppt-shared-utils": "^2.0.1",
"nodeppt-serve": "^2.1.4",
"nodeppt-shared-utils": "^2.0.2",
"nodeppt-template-default": "^1.0.2",
"semver": "^5.6.0",
"user-home": "^2.0.0",
Expand Down

0 comments on commit 40893cc

Please sign in to comment.