Skip to content

Commit

Permalink
establish dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Crashillo committed Mar 16, 2018
1 parent eccb9f5 commit f87f56f
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 304 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ config/deploy/production.rb
/public/packs-test
/node_modules
yarn-debug.log*
yarn-error.log*
.yarn-integrity
2 changes: 1 addition & 1 deletion app/javascript/packs/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'webpack-jquery-ui'
import 'jquery.tipsy'
import 'mustache'
import 'velocity-animate'
import 'velocity-ui-pack'
import 'velocity-ui-pack' // TODO: include later
// Falta d3-legend
// Falta d3-locale
// Falta d3-voronoi (editado??)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"d3": "^4.13.0",
"geocomplete": "^1.7.0",
"i18n-js": "^3.0.3",
"jqtree": "^1.4.4",
"jqtree": "^1.4.5",
"jquery": "^3.3.1",
"jquery-autocomplete": "^1.2.8",
"jquery-ui": "^1.12.1",
Expand Down
Loading

0 comments on commit f87f56f

Please sign in to comment.