diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 22:56:46 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 22:56:46 +0200 |
commit | b97a6df4aba30950f0b222473add3be2b6516a4e (patch) | |
tree | 3eccd8764b0fa3c26a9f4cc1021ca2b5ecaac6b2 | |
parent | 6df09db803bd505ca6c8db503357bc37d3b3fadb (diff) | |
download | svg.js-b97a6df4aba30950f0b222473add3be2b6516a4e.tar.gz svg.js-b97a6df4aba30950f0b222473add3be2b6516a4e.zip |
remove component.json as the project it facilitate is abandon - close #652
-rw-r--r-- | component.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/component.json b/component.json deleted file mode 100644 index 18dea96..0000000 --- a/component.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "svg.js", - "repo": "svgdotjs/svg.js", - "description": "A lightweight library for manipulating and animating SVG", - "version": "2.5.2", - "keywords": ["svg"], - "author": "Wout Fierens <wout@mick-wout.com>", - "main": "dist/svg.js", - "scripts": ["dist/svg.js"], - "license": "MIT" -} |