From 13ccce27711d4877427e36d66c785d88fbdd8453 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Fri, 21 Jul 2017 21:18:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d930556..a872595 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,6 @@ If you want to manually upgrade the Babel version used by babel-standalone (or b 1. Upgrade the Babel versions in `package.json`. This can be done with `npm-check-upgrades` (eg. `npm-check-updates -u -a --packageFile ./package.json /^babel\-/`) 2. Delete `node_modules`, as npm often produces inefficient directory layouts if you upgrade in-place -3. Run `npm run build` +3. Run `npm install && npm run build` 4. Run `npm run test` to ensure it works 5. Open `examples/example.htm` and ensure it works