rsanchez
2017-04-17 22f9b7a41d194363e59173f6b41566235f47a540
#0 config - Added jspm to node dev dependencies
1 files modified
changed files
securis/src/main/webapp/package.json patch | view | blame | history
securis/src/main/webapp/package.json
....@@ -65,12 +65,12 @@
6565 "protractor": "~4.0.14",
6666 "rimraf": "^2.5.4",
6767 "tslint": "^3.15.1",
68
- "jspm": "beta",
68
+ "jspm": "^0.17.0-beta.41",
6969 "typescript": "^2.2.1"
7070 },
7171 "jspm": {
7272 "name": "securis",
73
- "main": "main.ts",
73
+ "main": "src/main.js",
7474 "dependencies": {
7575 "@angular/animations": "npm:@angular/animations@^4.0.2",
7676 "@angular/material": "npm:@angular/material@^2.0.0-beta.3",