Stop nuking node_modules on make clean (breaks npm rebuild)

This commit is contained in:
Mark Cavage 2012-02-14 21:32:10 -08:00
parent b47b208e5d
commit 4df59978ce
2 changed files with 2 additions and 2 deletions

View File

@ -82,4 +82,4 @@ test: dep lint
$(NPM) test $(NPM) test
clean: clean:
@rm -fr ${DOCPKGDIR} node_modules *.log *.tar.gz @rm -fr ${DOCPKGDIR} *.log *.tar.gz

View File

@ -9,7 +9,7 @@
"name": "ldapjs", "name": "ldapjs",
"homepage": "http://ldapjs.org", "homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs", "description": "LDAP client and server APIs",
"version": "0.4.7", "version": "0.4.8",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git" "url": "git://github.com/mcavage/node-ldapjs.git"