We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bdb16 commit 85b976bCopy full SHA for 85b976b
.bowerrc
@@ -1,2 +1,4 @@
1
{
2
+ "strict-ssl": false,
3
+ "https-proxy": ""
4
}
build.xml
@@ -6,11 +6,10 @@
6
-->
7
<include file="../../brein-workspace/brein-intellij-workspace/common-libs/ant-util/util-ant.xml"/>
8
9
- <property name="node" value="v16.13.1-linux-x64"/>
10
<property name="app" value="brein-api-library-javascript-browser"/>
11
12
<target name="01-resolve-dependencies">
13
- <exec-npm module="install" nodeVersion="${node}"/>
+ <exec-npm module="install"/>
14
<exec-grunt module="dep"/>
15
</target>
16
0 commit comments