Use secure connection to npmjs.org (#958)

This commit is contained in:
Olaf Flebbe 2018-03-19 02:29:16 +01:00 committed by Gao Hongtao
parent dcd6a71fce
commit 8362486093
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
@ -125,7 +126,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --registry=http://registry.npmjs.org/</arguments>
<arguments>install --registry=https://registry.npmjs.org/</arguments>
</configuration>
</execution>
<execution>
@ -171,4 +172,4 @@
</plugin>
</plugins>
</build>
</project>
</project>