Browse Source

restore package.json

Guide 5 years ago
parent
commit
1229b90e61
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Tools/Gulp/package.json

+ 0 - 3
Tools/Gulp/package.json

@@ -12,8 +12,5 @@
         "install": "cd ../../ && npm install && cd Playground/ && npm install && cd ../Viewer && npm install && cd ../Tools/Gulp/",
         "install": "cd ../../ && npm install && cd Playground/ && npm install && cd ../Viewer && npm install && cd ../Tools/Gulp/",
         "build": "gulp --max-old-space-size=8192 --tsLintFix",
         "build": "gulp --max-old-space-size=8192 --tsLintFix",
         "start": "gulp run --max-old-space-size=8192"
         "start": "gulp run --max-old-space-size=8192"
-    },
-    "dependencies": {
-        "gulp": "^4.0.2"
     }
     }
 }
 }