Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed May 26, 2017
1 parent 766765d commit 0923e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [v1.5.0](https://github.com/gitbrent/pptxgenjs/tree/v1.5.0) (2017-05-??)
## [v1.5.0](https://github.com/gitbrent/pptxgenjs/tree/v1.5.0) (2017-05-26)
[Full Changelog](https://github.com/gitbrent/pptxgenjs/compare/v1.4.0...v1.5.0)

**Fixed Bugs:**
Expand Down
2 changes: 1 addition & 1 deletion examples/pptxgenjs-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ function runEveryTest() {
function execGenSlidesFuncs(type) {
// STEP 1: Instantiate new PptxGenJS object
if ( NODEJS ) {
var pptx = require("pptxgenjs");
//var pptx = require('../dist/pptxgen.js'); // for LOCAL TESTING
var pptx = require("pptxgenjs");
}
else {
var pptx = new PptxGenJS();
Expand Down

0 comments on commit 0923e2a

Please sign in to comment.