Skip to content

Commit

Permalink
remove jsstyle, javascriptlint submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco committed Oct 13, 2013
1 parent f71d414 commit 8a6660a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
[submodule "deps/javascriptlint"]
path = deps/javascriptlint
url = git://github.com/davepacheco/javascriptlint.git
[submodule "deps/jsstyle"]
path = deps/jsstyle
url = git://github.com/davepacheco/jsstyle.git
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#
NPM = npm
CATEST = tools/catest
JSL = jsl
JSSTYLE = jsstyle

#
# Files
Expand Down Expand Up @@ -42,5 +44,4 @@ all:
test:
$(CATEST) $(JSTEST_FILES)

include ./Makefile.deps
include ./Makefile.targ
39 changes: 0 additions & 39 deletions Makefile.deps

This file was deleted.

1 change: 0 additions & 1 deletion deps/javascriptlint
Submodule javascriptlint deleted from e1bd0a
1 change: 0 additions & 1 deletion deps/jsstyle
Submodule jsstyle deleted from da42b5

0 comments on commit 8a6660a

Please sign in to comment.