Release 5.0.0-rc2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Font Awesome 5.0.0-rc1
|
||||
* Font Awesome 5.0.0-rc2
|
||||
*/
|
||||
|
||||
var noop = function noop() {};
|
||||
@@ -527,7 +527,7 @@ function makeLayersTextAbstract(params) {
|
||||
|
||||
var noop$1 = function noop() {};
|
||||
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$1, measure: noop$1 };
|
||||
var preamble = 'FA "5.0.0-rc1"';
|
||||
var preamble = 'FA "5.0.0-rc2"';
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark(preamble + ' ' + name + ' begins');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Font Awesome 5.0.0-rc1
|
||||
* Font Awesome 5.0.0-rc2
|
||||
*/
|
||||
|
||||
(function (global, factory) {
|
||||
@@ -533,7 +533,7 @@ function makeLayersTextAbstract(params) {
|
||||
|
||||
var noop$1 = function noop() {};
|
||||
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$1, measure: noop$1 };
|
||||
var preamble = 'FA "5.0.0-rc1"';
|
||||
var preamble = 'FA "5.0.0-rc2"';
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark(preamble + ' ' + name + ' begins');
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||
"jsnext:main": "index.es.js",
|
||||
"license": "MIT",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"name": "@fortawesome/fontawesome"
|
||||
}
|
||||
Reference in New Issue
Block a user