Skip to content

Commit af24685

Browse files
author
borysn
committed
remove typings in favor of new @types dependencies
1 parent a878e77 commit af24685

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

src/main/web/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
"scripts": {
88
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
99
"lite": "lite-server",
10-
"postinstall": "typings install",
1110
"tsc": "tsc",
12-
"tsc:w": "tsc -w",
13-
"typings": "typings"
11+
"tsc:w": "tsc -w"
1412
},
1513
"dependencies": {
1614
"@angular/common": "2.0.0-rc.5",
@@ -37,15 +35,15 @@
3735
"zone.js": "^0.6.12"
3836
},
3937
"devDependencies": {
38+
"@types/jasmine": "^2.2.31",
4039
"concurrently": "^2.2.0",
4140
"del": "2.2.2",
4241
"gulp": "^3.9.1",
43-
"gulp-cli": "^1.2.2",
4442
"gulp-autoprefixer": "3.1.1",
43+
"gulp-cli": "^1.2.2",
4544
"gulp-sass": "^2.3.2",
4645
"gulp-typescript": "2.13.6",
4746
"jasmine-core": "2.4.1",
48-
"lite-server": "^2.2.2",
49-
"typings": "^1.3.2"
47+
"lite-server": "^2.2.2"
5048
}
51-
}
49+
}

src/main/web/typings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)