tracks/ecmascript/README.md in trackler-2.1.0.4 vs tracks/ecmascript/README.md in trackler-2.1.0.5
- old
+ new
@@ -2,29 +2,25 @@
Exercism exercises in ECMAScript 6
## Running the Unit Test Suite
-[Node.js](https://nodejs.org) must be installed. We recommend using the latest stable version. Tests are run with
-a [Gulp](http://gulpjs.com) task so the `gulp-cli` tool must be installed via `npm`
+[Node.js](https://nodejs.org) must be installed. We recommend using the latest stable version (v7 at the moment.)
- % npm install -g gulp-cli
+ % npm install
-Then, `make` commands will install other dependencies as needed.
+Then, the `make` command will install other dependencies as needed.
### Linting Your Code
This project uses [eslint](https://github.com/eslint/eslint) to help you write quality JavaScript code by checking for common formatting errors, enforcing style rules, and suggesting changes that conform to best practices.
% npm run lint-test
### All Assignments
+The make script will build and test all exercises.
% make
-
-### Single Assignment
-
- % make test-assignment ASSIGNMENT=palindrome-products
## Contributing Guide
Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)