Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Mar 3, 2019
1 parent 9cc68c0 commit 68cf79f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/nodeppt-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeppt-js",
"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.1",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"lodash.defaultsdeep": "^4.6.0",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"nodeppt-js": "^2.1.1",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.1",
"nodeppt-shared-utils": "^2.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
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.1",
"version": "2.1.2",
"site": "https://github.com/ksky521/nodeppt",
"main": "index.js",
"author": {
Expand All @@ -25,9 +25,9 @@
"fs-extra": "^7.0.1",
"handlebars": "^4.0.12",
"inquirer": "^6.2.1",
"nodeppt-js": "^2.1.1",
"nodeppt-js": "^2.1.2",
"nodeppt-parser": "^2.1.1",
"nodeppt-serve": "^2.1.1",
"nodeppt-serve": "^2.1.2",
"nodeppt-shared-utils": "^2.0.1",
"nodeppt-template-default": "^1.0.2",
"semver": "^5.6.0",
Expand Down

0 comments on commit 68cf79f

Please sign in to comment.