Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Dec 12, 2013
1 parent 067ae06 commit 00cef70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ release: clean node_modules build stanadalone test

# Clean

clean: clean-node clean-browser clean-components clean-cov
clean: clean-browser clean-components clean-cov

clean-node:
@rm -rf node_modules
Expand Down Expand Up @@ -48,7 +48,7 @@ coveralls:
components: node_modules component.json
@./node_modules/.bin/component-install --dev

node_modeuls:
node_modules: clean-node
@npm install

.PHONY: all test coverage standalone

0 comments on commit 00cef70

Please sign in to comment.