This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint node:true */ | |
/* eslint-env node */ | |
/* | |
* This will look at the current version of all of your dependencies and update your package.json | |
* with the specific version that you currently have in node_modules. This will save you from the | |
* sadness that is: DEPENDENCY MANAGEMENT | |
* | |
* Place this file at the same level as your package.json and node_modules | |
* Then simply run: node ./package-strict |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$beccapurple: #663399; | |
$turquoise: #1abc9c; | |
$greenSea: #16a085; | |
$emerland: #2ecc71; | |
$nephritis: #27ae60; | |
$peterRiver: #3498db; | |
$belizeHole: #2980b9; | |
$amethyst: #9b59b6; | |
$wisteria: #8e44ad; | |
$wetAsphalt: #34495e; |