File tree Expand file tree Collapse file tree 5 files changed +5
-28
lines changed
Expand file tree Collapse file tree 5 files changed +5
-28
lines changed Original file line number Diff line number Diff line change 1111logs
1212results
1313build
14- components
1514
1615node_modules
1716npm-debug.log
Original file line number Diff line number Diff line change 11docs /
22test /
33build /
4- components /
54support /
65coverage.html
7- component.json
86lib-cov
97.travis.yml
108Makefile
Original file line number Diff line number Diff line change 11
22#
33# Tests
4- #
4+ #
55
66test : test-node test-typescript
77
8- test-node :
8+ test-node :
99 @printf " \n ==> [Node.js]\n"
1010 @NODE_ENV=test node ./test/index.js
1111
@@ -17,25 +17,12 @@ test-browser:
1717test-typescript :
1818 @./node_modules/.bin/tsc test/typings.ts index.d.ts --noEmit
1919
20- #
21- # Components
22- #
23-
24- build : components
25- @./node_modules/.bin/component-build --dev
26-
27- components : component.json
28- @./node_modules/.bin/component-install --dev
29-
3020#
3121# Clean up
32- #
33-
34- clean : clean-components
22+ #
3523
36- clean-components :
24+ clean :
3725 @rm -rf build
38- @rm -rf components
3926
4027.PHONY : test test-node test-browser
41- .PHONY : clean clean-components
28+ .PHONY : clean
Original file line number Diff line number Diff line change 1010
1111 $ npm install assertion-error
1212
13- ### Component
14-
15- ` assertion-error ` is available as a [ component] ( https://github.com/component/component ) .
16-
17- $ component install chaijs/assertion-error
18-
1913## License
2014
2115(The MIT License)
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {},
2525 "devDependencies" : {
26- "component" : " *" ,
2726 "typescript" : " ^2.8.3"
2827 }
2928}
You can’t perform that action at this time.
0 commit comments