Kyle P Davis пре 8 година
родитељ
комит
b35a4efaa1
2 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 6
      .node-inspectorrc
  2. 0 1
      install.sh

+ 0 - 6
.node-inspectorrc

@@ -1,6 +0,0 @@
-{
-	"preload": false,
-	"save-live-edit": true,
-	"stack-trace-limit": 50,
-	"web-port": "54321"
-}

+ 0 - 1
install.sh

@@ -28,7 +28,6 @@ link "$CMD_DIR/.profile" "$HOME/.bash_profile" # certain scenarios use this one
 link "$CMD_DIR/.vimrc" "$HOME/.vimrc"
 
 link "$CMD_DIR/.eslintrc.js" "$HOME/.eslintrc.js"
-link "$CMD_DIR/.node-inspectorrc" "$HOME/.node-inspectorrc"
 
 mkdir -p "$HOME/.atom"
 for F in "$CMD_DIR/atom/"*; do