Skip to content

Commit 8940f30

Browse files
committed
switch from HANDJS to PEP
1 parent e13d967 commit 8940f30

File tree

4 files changed

+35
-46
lines changed

4 files changed

+35
-46
lines changed

lib/gameinfo.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -565,13 +565,13 @@ GameInfo.prototype.parseGameInfo = function(contents, packagePath, rootPath) {
565565
" hft: '../../../../hft/0.x.x/scripts',",
566566
" },",
567567
" shim: {",
568-
" '3rdparty/handjs/hand-1.3.7': {",
568+
" '3rdparty/pep.min': {",
569569
" //These script dependencies should be loaded before loading",
570-
" //hand.js",
570+
" //pep.js",
571571
" deps: [],",
572-
" //Once loaded, use the global 'HANDJS' as the",
572+
" //Once loaded, use the global 'PEPNOREALLY' as the",
573573
" //module value.",
574-
" exports: 'HANDJ',",
574+
" exports: 'PEPNOTREALLY',",
575575
" },",
576576
" },",
577577
"});",
@@ -582,13 +582,13 @@ GameInfo.prototype.parseGameInfo = function(contents, packagePath, rootPath) {
582582
" hft: '../../../../hft/0.x.x/scripts',",
583583
" },",
584584
" shim: {",
585-
" '3rdparty/handjs/hand-1.3.7': {",
585+
" '3rdparty/pep.min': {",
586586
" //These script dependencies should be loaded before loading",
587587
" //hand.js",
588588
" deps: [],",
589-
" //Once loaded, use the global 'HANDJS' as the",
589+
" //Once loaded, use the global 'PEPNOTREALL' as the",
590590
" //module value.",
591-
" exports: 'HANDJ',",
591+
" exports: 'PEPNOTREALLY',",
592592
" },",
593593
" },",
594594
"});",

public/3rdparty/pep.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)