Explorar el Código

Docs: Downgraded webpack in the snippet-adapter's package.json to stay in sync with the rest of the project.

Aleksander Nowodzinski hace 8 años
padre
commit
bbe850b684
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/docs/snippet-adapter/package.json

+ 1 - 1
scripts/docs/snippet-adapter/package.json

@@ -8,7 +8,7 @@
     "raw-loader": "^0.5.1",
     "postcss-loader": "^2.0.8",
     "style-loader": "^0.18.2",
-    "webpack": "^3.8.1",
+    "webpack": "^3.6.0",
     "webpack-sources": "1.0.1"
   }
 }