Skip to content

Commit

Permalink
Add main entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
HakurouKen committed Nov 30, 2016
1 parent cd7e790 commit cfe2d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/nodePPT.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var fs = require('fs');
var path = require('path');
var exec = require('child_process').exec;

var color = require('colors');
var read = require('read');
var exec = require('child_process').exec;
require('colors');

var $ = require('./helper');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "1.4.2",
"version": "1.4.3",
"site": "https://github.com/ksky521/nodePPT",
"main": "lib/nodePPT.js",
"author": {
"name": "Theo Wang",
"email": "ksky521@gmail.com"
Expand Down

0 comments on commit cfe2d3c

Please sign in to comment.