Joaquín Reñé
4 hours ago f706f281c07d3358ccaa4c2b105e5bd207fde660
securis/src/main/webapp/package.json
....@@ -3,6 +3,7 @@
33 "version": "2.0.0",
44 "description": "SeCuris front-end application based on Angular4 and Materail design",
55 "scripts": {
6
+ "jspm-install": "jspm install",
67 "build": "tsc -p src/",
78 "build:watch": "tsc -p src/ -w",
89 "build:e2e": "tsc -p e2e/",
....@@ -26,11 +27,11 @@
2627 "dependencies": {
2728 "@angular/core": "~4.2.0",
2829 "@angular/animations": "~4.2.0",
29
- "@angular/common": "^4.2.0",
30
+ "@angular/common": "~4.2.0",
3031 "@angular/compiler": "~4.2.0",
3132 "@angular/forms": "~4.2.0",
3233 "@angular/http": "~4.2.0",
33
- "@angular/router": "^4.2.0",
34
+ "@angular/router": "~4.2.0",
3435 "@angular/platform-browser": "~4.2.0",
3536 "@angular/platform-browser-dynamic": "~4.2.0",
3637 "@angular/material": "2.0.0-beta.6",
....@@ -51,7 +52,7 @@
5152 "devDependencies": {
5253 "@types/file-saver": "0.0.0",
5354 "@types/jasmine": "2.5.36",
54
- "@types/node": "^6.0.46",
55
+ "@types/node": "6.0.46",
5556 "canonical-path": "0.0.2",
5657 "concurrently": "^3.2.0",
5758 "jasmine-core": "~2.4.1",