[Pkg-javascript-commits] [node-diacritics] 03/03: remove component support

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Fri Jun 27 23:11:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-diacritics.

commit 4f5217a3275b59b102ca4018aa65856a0ba1f4d4
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Fri Jun 27 23:10:38 2014 +0000

    remove component support
---
 Makefile       | 11 -----------
 component.json | 20 --------------------
 2 files changed, 31 deletions(-)

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0f14dac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-build: components index.js
-	@component build --dev
-
-components: component.json
-	@component install --dev
-
-clean:
-	rm -fr build components template.js
-
-.PHONY: clean
diff --git a/component.json b/component.json
deleted file mode 100644
index b4bb550..0000000
--- a/component.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "name": "diacritics",
-  "repo": "andrewrk/diacritics",
-  "description": "remove diacritics from strings ('ascii folding')",
-  "version": "1.0.0",
-  "keywords": [
-    "diacritics",
-    "remove",
-    "removal",
-    "search",
-    "string",
-    "ascii",
-    "folding"
-  ],
-  "dependencies": {},
-  "development": {},
-  "scripts": [
-    "index.js"
-  ]
-}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diacritics.git



More information about the Pkg-javascript-commits mailing list