From 17e1179b5f0fe1d47448dd1636f7f063fb248e64 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 1 Dec 2016 13:27:43 -0800 Subject: [PATCH] Since we expect normalize in order to make Foundation function now, it needs to be a true dependency --- bower.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index a7813a51e..d8a335a37 100644 --- a/bower.json +++ b/bower.json @@ -28,6 +28,7 @@ ], "dependencies": { "jquery": "~2.2.0", + "normalize.scss": "^6.0.0", "what-input": "~2.0.0" } } diff --git a/package.json b/package.json index 46680b884..5a477aaf2 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ }, "dependencies": { "jquery": "^2.2.0", + "normalize-scss": "^6.0.0", "what-input": "^2.0.0" }, "license": "MIT", @@ -73,7 +74,6 @@ "mocha-phantomjs": "^4.0.2", "motion-ui": "^1.1.0", "multiline": "^1.0.2", - "normalize-scss": "^6.0.0", "octophant": "^1.0.0", "opener": "^1.4.1", "panini": "^1.3.0", -- 2.47.2