Skip to content
Snippets Groups Projects
Commit fa3f72ba authored by Nicolas Camera Lopez's avatar Nicolas Camera Lopez
Browse files

Se actualiza el package.json y la configuración del editor

Se actualiza el package.json para incluir una dependencia faltante, mejorar el npm start y el package-lock.json se actualiza para utilizar una versión de nodejs más reciente.

Por el momento se tienen que usar referencias locales a los repositorios graph3D y function-plot, porque no existen las referencias remotas, ni los tags respectivos para las releases de los repositorios.
parent 9b29de6e
No related branches found
No related tags found
1 merge request!1Se actualiza Angular a la versión 13 y se resuelven vulnerabilidades
......@@ -4,7 +4,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
......
This diff is collapsed.
......@@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve -o",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
......@@ -23,8 +23,8 @@
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@ngx-translate/core": "^7.2.2",
"@ngx-translate/http-loader": "^0.1.0",
"function-plot": "git://github.com/diego-rey/function-plot.git#feature/discontinuidades",
"graph3D": "git://github.com/ifagian/graph3D#master",
"function-plot": "file:////home/ncamera/Escritorio/function-plot-2/",
"graph3D": "file:////home/ncamera/Escritorio/graph3d/",
"core-js": "^2.4.1",
"d3": "^4.12.2",
"flag-icon-css": "^3.2.1",
......@@ -56,6 +56,7 @@
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^7.0.1",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment