From: Kevin Ball Date: Thu, 1 Dec 2016 21:27:43 +0000 (-0800) Subject: Since we expect normalize in order to make Foundation function now, it needs to be... X-Git-Tag: v6.3-rc1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9430%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Since we expect normalize in order to make Foundation function now, it needs to be a true dependency --- 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",