Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
@0.0.3 #BOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 4, 2012
1 parent c66b327 commit c01d192
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INDEX.JS
Expand Up @@ -45,4 +45,4 @@ BOOTSTRAP.DO('\
PATH.JOIN(PATH.DIRNAME(MODULE.FILENAME), "INDEX.CS".TO%55PPER%43ASE()), \
[], [ "TOKENS", "LOAD", "MODULE" ] \
)(TOKENS, LOAD, MODULE) \
')(BOOTSTRAP.TOKENS, BOOTSTRAP.REQUIRE, BOOTSTRAP.MODULE, BOOTSTRAP.LOAD);
')(BOOTSTRAP.TOKENS, BOOTSTRAP.REQUIRE, BOOTSTRAP.MODULE, BOOTSTRAP.LOAD);
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,10 @@ ASIDE FROM BUILDING ON THE WORK OF [@SUBSTACK](https://github.com/substack), CAP
[@BIGEASY](https://github.com/bigeasy) FOR REMOVING THE LAST TRACES OF ABOMINABLE LOWER-CASE CHARACTERS FROM
THE [BOOTSTRAP](https://github.com/rvagg/CAPSLOCKSCRIPT/blob/master/INDEX.JS).

[@ACUBED](https://github.com/Acubed) ALSO INCREASED THE
[WIN](https://github.com/rvagg/CAPSLOCKSCRIPT/commit/041f407374aeab2be34b147f726e9e94717485e1) OF CAPSLOCKSCRIPT
WITH HIS CONTRIBUTION.

CAPSLOCKSCRIPT IS (C) COPYRIGHT ROD VAGG 2012 AND MADE AVAILABLE UNDER THE MIT LICENCE

## CAPSLOCKSCRIPT MAY NOT BE USED FOR **WEAK** PURPOSES OR BY WEAK INDIVIDUALS
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "capslockscript"
, "version": "0.0.2"
, "version": "0.0.3"
, "description": "JAVASCRIPT HOW IT SHOULD HAVE ALWAYS BEEN"
, "main": "INDEX.JS"
, "scripts": {}
Expand Down

0 comments on commit c01d192

Please sign in to comment.