Skip to content

Commit

Permalink
Remove component
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jun 15, 2015
1 parent 3040581 commit 69efd9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 47 deletions.
9 changes: 5 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Ordered by date of first contribution.
# Auto-generated by 'contributors' on Mon, 03 Mar 2014 02:38:10 GMT.
# Auto-generated by 'contributors' on Mon, 15 Jun 2015 03:41:50 GMT.
# https://github.com/xingrz/node-contributors

JacksonTian <[email protected]> (https://github.com/JacksonTian)
dead-horse <[email protected]> (https://github.com/dead-horse)
fengmk2 <[email protected]> (https://github.com/fengmk2)
yaoazhen <[email protected]> (https://github.com/yaoazhen)
zhanhongtao <[email protected]> (https://github.com/zhanhongtao)
coderhaoxin <[email protected]> (https://github.com/coderhaoxin)
iazrael <[email protected]> (https://github.com/iazrael)
yanxyz <[email protected]> (https://github.com/yanxyz)
afc163 <[email protected]> (https://github.com/afc163)
alsotang <[email protected]> (https://github.com/alsotang)
HQidea <[email protected]> (https://github.com/HQidea)
popomore <[email protected]> (https://github.com/popomore)
20 changes: 2 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ TESTS = test/test.js
REPORTER = spec
TIMEOUT = 10000
MOCHA_OPTS =
COMPONENT = ./node_modules/.bin/component
ISTANBUL = ./node_modules/.bin/istanbul
MOCHA = ./node_modules/.bin/_mocha

build: index.js components
@$(COMPONENT) build --dev

components: component.json
@$(COMPONENT) install --dev

clean:
@rm -rf components build
@rm -rf build coverage node_modules

install-test:
@NODE_ENV=test npm install --registry=http://r.cnpmjs.org
Expand All @@ -28,16 +21,7 @@ test: install-test
test-cov: install-test
@$(ISTANBUL) cover --report html $(MOCHA) -- -R $(REPORTER) $(TESTS)

test-all: test test-component test-cov

test-component: build
@./node_modules/.bin/mocha-phantomjs test/test_component.html

test-component-browser:
@open test/test_component.html

totoro: install-test build
@./node_modules/.bin/totoro --runner=test/test_component.html
test-all: test test-cov

autod: install-test
@./node_modules/.bin/autod -w -e components,build
Expand Down
22 changes: 0 additions & 22 deletions component.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
"devDependencies": {
"autod": "*",
"chai": "1.9.0",
"component": "*",
"contributors": "*",
"eventproxy": "0.2.7",
"growl": "1.7.0",
"jade": "1.3.0",
"mocha": "1.17.1",
"mocha-phantomjs": "*",
"pedding": "0.0.3",
"totoro": "*",
"istanbul": "*"
},
"scripts": {
Expand Down

0 comments on commit 69efd9e

Please sign in to comment.