浏览代码

restore package.json

Guide 5 年之前
父节点
当前提交
1229b90e61
共有 1 个文件被更改,包括 0 次插入3 次删除
  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/",
         "build": "gulp --max-old-space-size=8192 --tsLintFix",
         "start": "gulp run --max-old-space-size=8192"
-    },
-    "dependencies": {
-        "gulp": "^4.0.2"
     }
 }