[Pkg-javascript-commits] [node-diacritics] 01/02: Revert "remove component support"

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sat Jul 5 03:13:11 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 431970e2b85064fb2122f44a0a387030ab5d11f2
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Jul 5 03:07:31 2014 +0000

    Revert "remove component support"
    
    This reverts commit 4f5217a3275b59b102ca4018aa65856a0ba1f4d4.
    
    This is supposed to be done with patches.
---
 Makefile       | 11 +++++++++++
 component.json | 20 ++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0f14dac
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+
+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
new file mode 100644
index 0000000..b4bb550
--- /dev/null
+++ b/component.json
@@ -0,0 +1,20 @@
+{
+  "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