mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-27 07:08:37 +00:00
Bumping version to v1.0.3 Removing yarn.lock as this should be built with NPM
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
var colors = require('color-name');
colors.red //[255,0,0]
