From 9128fb234ea4e8c8a1edb53900abeecf20de8ad9 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 9 Jul 2015 13:13:18 -0700 Subject: [PATCH] Getting ready to roll out v1.18.3 --- .gitignore | 2 +- .jshintrc | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d693c3a68..47176e960 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.IMG -*.img *.dsk +*.img *.heapsnapshot .DS_Store .buildpath diff --git a/.jshintrc b/.jshintrc index c596a5ae6..dc5a987e2 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,14 +4,14 @@ "sub": true, "globalstrict": true, "globals": { + "Buffer": true, "console": true, "global": true, "module": true, "process": true, "require": true, - "Buffer": true, "setTimeout": true, "__dirname": false, "__filename": false } -} \ No newline at end of file +} diff --git a/README.md b/README.md index 4870017f5..60e232925 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ PCjs: The Original IBM PC in Your Browser --- -Welcome to [pcjs.org](http://www.pcjs.org/) and [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your -web browser without any plugins. It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is -now part of the [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes: +Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins. +It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is now part of the +[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes: * [PCjs](/docs/about/pcjs/), a simulation of the original IBM PC (circa 1981) * [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)