Skip to content

Commit

Permalink
updated to correct bower and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermel, Runn (GE Global Research) committed Apr 6, 2016
1 parent 206c3b4 commit a734a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.2.14
v1.2.16
===================
* forced install of vulcanize to 1.14.8, since 1.14.9 wouldn't work.
v1.2.10
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "predix-seed",
"version": "1.2.14",
"version": "1.2.16",
"private": true,
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "predix-seed",
"version": "1.2.14",
"version": "1.2.16",
"private": true,
"engines": {
"node": ">=0.10.0"
Expand Down

3 comments on commit a734a01

@bbayo4
Copy link

@bbayo4 bbayo4 commented on a734a01 Apr 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still having the same problem for grunt dist. I change the versions in package.json, bower.json, and the history.md. But when i run the grunt serve it navigate successfully, i just have to setup the UAA for that.

this is the error i'm getting after i run grunt dist

Running "vulcanize:dist" (vulcanize) task
ERROR finding /Users/Buba/Documents/Project/2016/GE-Digital/predix-seed-develop/public/bower_components/px-sample-cards/
bower_components/d3/d3.js
Fatal error: ENOENT: no such file or directory, open 'C:\Users\Buba\Documents\Project\2016\GE-Digital\predix-seed-develo
p\public\bower_components\px-sample-cards\bower_components\d3\d3.js'

@runn-vermel
Copy link
Contributor

@runn-vermel runn-vermel commented on a734a01 Apr 6, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bbayo4
Copy link

@bbayo4 bbayo4 commented on a734a01 Apr 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Done, without errors.

Please sign in to comment.