Centralize npm installation in root, so you only have to do it once

This commit is contained in:
Richard Feldman
2016-03-06 00:01:13 -08:00
parent 33e8ad0cff
commit 0edc438117
19 changed files with 54466 additions and 57 deletions

33
.gitignore vendored
View File

@@ -1,33 +1,2 @@
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
elm-stuff
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history