From 853e9e95f5f43ccb2a8367264f650f00a6e6c958 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Fri, 7 May 2021 09:14:17 -0400 Subject: [PATCH] remove greenkeeper Greenkeeper said goodbye in June 2020, so no longer good to link to as an example. Alternative would be to link to Snyk instead? --- docs/src/introduction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/introduction.md b/docs/src/introduction.md index b00dd12..06b6456 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -6,12 +6,10 @@ This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. `wasm-pack` helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use -alongside any javascript packages in workflows that you already use, such as [webpack] -or [greenkeeper]. +alongside any javascript packages in workflows that you already use, such as [webpack]. [bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details [webpack]: https://webpack.js.org/ -[greenkeeper]: https://greenkeeper.io/ This project is a part of the [rust-wasm] group. You can find more info by visiting that repo!