From bd52a4cb845ab4f4e9f2e4536b27123690846628 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 19 Oct 2017 10:38:25 +0100 Subject: [PATCH] angular should be a peerDep --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e866f8d..569f691 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,14 @@ "url": "git@github.com:angular-class/angular-websocket.git" }, "license": "MIT", + "peerDependencies": { + "angular": "*" + }, "dependencies": { - "angular": "*", "ws": "^1.1.0" }, "devDependencies": { + "angular": "*", "angular-animate": "^1.3.13", "babel-cli": "^6.7.5", "babel-plugin-add-module-exports": "^0.1.2",