ZEPPELIN-1689: enable Power architecture

This commit is contained in:
amir sanjar 2016-11-21 12:12:47 -06:00
parent 498241b0c4
commit 2f928457ac
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
"karma": "~0.12.23",
"karma-coverage": "^0.5.1",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},

View file

@ -90,7 +90,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.25</version>
<version>1.1</version>
<executions>
<execution>
@ -99,7 +99,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v0.12.13</nodeVersion>
<nodeVersion>v4.4.7</nodeVersion>
<npmVersion>2.15.0</npmVersion>
</configuration>
</execution>