From 69aeba74e2e480fb2fe3b520f76a8a843bd2a6f5 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 17 Nov 2016 09:17:00 -0500 Subject: [PATCH] better description! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 930a93d8c..a2d139819 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte", "version": "0.0.1", - "description": "The frameworkless UI framework", + "description": "The magical disappearing UI framework", "main": "dist/svelte-compiler.js", "scripts": { "test": "mocha --opts mocha.opts --recursive ./**/__test__.js test/test.js",