From 21c235bb4cc2bc7e3e7b57309981ed54738e0d88 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 10 Jan 2017 11:27:54 +0100 Subject: [PATCH] No dev script needed --- README.md | 5 ++--- package.json | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7502dc..a867954 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,8 @@ now help 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 2. Link the package to the global module directory: `npm link` -3. Transpile the source code and watch for changes: `npm run dev` -4. Generate a [testing token](https://zeit.co/account#api-tokens) and put it into `~/.now.json` -5. You can now start using `now` from the command line! +3. Generate a [testing token](https://zeit.co/account#api-tokens) and put it into `~/.now.json` +4. You can now start using `now` from the command line! As always, you can use `npm test` to run the tests and see if your changes have broken anything. diff --git a/package.json b/package.json index 5fd50ee..71a6e77 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "lib" ], "scripts": { - "dev": "gulp", "test": "xo && ava", "pack": "pkg . --out-dir out --options harmony-async-await" },