Stop nuking node_modules on make clean (breaks npm rebuild)
This commit is contained in:
parent
b47b208e5d
commit
4df59978ce
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue