From fc6fe7c4e64cc0fc654082f74ee21c27cc5d43ff Mon Sep 17 00:00:00 2001 From: Mosh Feu Date: Sun, 13 May 2018 10:28:48 +0300 Subject: [PATCH] #81 - Move angular types to devDependencies So it will not force consumers to use angular types (In case of using custom types file) --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 11ba764..4b006a2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "@types/react-dom": ">=16", "prop-types": ">=15", "react": ">=15", - "react-dom": ">=15" + "react-dom": ">=15", + "@types/angular": ">=1.5" }, "devDependencies": { "@types/angular-mocks": "^1.5.11", @@ -68,10 +69,10 @@ "rollupify": "^0.4.0", "tslint": "^5.9.1", "typescript": "^2.7.1", - "watchify": "^3.10.0" + "watchify": "^3.10.0", + "@types/angular": ">=1.5" }, "dependencies": { - "@types/angular": ">=1.5", "@types/lodash.frompairs": "^4.0.3", "angular": ">=1.5", "lodash.frompairs": "^4.0.1",