From aa3d0998699b646788ce1804789972ae81ed8802 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Thu, 1 Dec 2016 09:45:49 -0600 Subject: [PATCH] Adding link to Browserify transform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60d559cd2f..b167284c67 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [svelte-cli](https://github.com/sveltejs/svelte-cli) – Command line interface for compiling components * [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin +* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform * More to come!