From bf2962e5ec543551025cae24d8aaf142725d2d38 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Sun, 6 Mar 2016 17:15:16 +0100 Subject: [PATCH] Use double quotes for AVA's glob, for cross-platform support --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a378548..495c005 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a tool to help automate adding contributor acknowledgements according to ## Installation You can install it via `npm`: -``` +```console npm install all-contributors-cli ``` @@ -80,7 +80,7 @@ all-contributors generate Use `add` to add new contributors to your project. They will be added to your configuration file. The contributors file will then be updated just as if you used the `generate` command. -``` +```console # Add new contributor , who made a contribution of type all-contributors add # Example: diff --git a/package.json b/package.json index 6726d96..6afa8d7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "all-contributors": "cli.js" }, "scripts": { - "test": "ava 'lib/**/*.test.js'", + "test": "ava \"lib/**/*.test.js\"", "test:w": "npm test -- --watch" }, "repository": {