Skip to content

Commit 85b976b

Browse files
committed
added dependencies
1 parent 18bdb16 commit 85b976b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bowerrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
{
2+
"strict-ssl": false,
3+
"https-proxy": ""
24
}

build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
-->
77
<include file="../../brein-workspace/brein-intellij-workspace/common-libs/ant-util/util-ant.xml"/>
88

9-
<property name="node" value="v16.13.1-linux-x64"/>
109
<property name="app" value="brein-api-library-javascript-browser"/>
1110

1211
<target name="01-resolve-dependencies">
13-
<exec-npm module="install" nodeVersion="${node}"/>
12+
<exec-npm module="install"/>
1413
<exec-grunt module="dep"/>
1514
</target>
1615

0 commit comments

Comments
 (0)