Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-03-21 16:28:05 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-03-21 16:49:20 +0300
commit7a2d24c0c8841346792808a4697d4c576f0077e8 (patch)
tree68e6148663f4b7dbcc00afe6bab324db5df4b6a0
parent4ff2d17840b7b98c94501c187f28ce03ca6f0b39 (diff)
Remove composer
I once added a composer file, but never registered the package on packagist. I don't think this relevant for RFS, since it doesn't have any php or generated CSS.
-rw-r--r--composer.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 0d305bc..0000000
--- a/composer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "twbs/rfs",
- "description": "Automated responsive font sizes",
- "keywords": [
- "rfs",
- "responsive",
- "font-size",
- "typography",
- "scss",
- "sass",
- "less",
- "stylus",
- "postcss"
- ],
- "homepage": "https://github.com/twbs/rfs",
- "authors": [
- {
- "name": "Martijn Cuppens",
- "email": "martijn.cuppens@gmail.com"
- }
- ],
- "support": {
- "issues": "https://github.com/twbs/rfs/issues"
- },
- "license": "MIT"
-}