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

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
commit6d84a780db61a2b80c20d53adddc9887c2300874 (patch)
tree4b8bb6f7e1072ec7220fe797aff97ffb4257e115 /Makefile
parent826b6190dae0901a89157e3eeba4e689a84f0d4a (diff)
- version bump to 1.1.0v1.1.0
- updated README and package.json - removed Makefile: Use npm test instead - added node 0.9 to travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 19c1a04..0000000
--- a/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-test:
- mocha -R spec
-
-.PHONY: test