From 0e43130c2d61a52ae0c5d640b929a51de2e692a3 Mon Sep 17 00:00:00 2001 From: Nathan Downs Date: Wed, 3 Apr 2019 17:43:06 -0700 Subject: [PATCH] Correct a reference to the old generator script --- 2/scripts/generate | 2 +- 2/twemoji.amd.js | 2 +- 2/twemoji.js | 2 +- 2/twemoji.npm.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2/scripts/generate b/2/scripts/generate index 3d7e67ab..5d6bf726 100755 --- a/2/scripts/generate +++ b/2/scripts/generate @@ -469,7 +469,7 @@ function createTwemoji(re) { */ // WARNING: this file is generated automatically via - // `node twemoji-generator.js` + // `node 2/scripts/generate` // please update its `createTwemoji` function // at the bottom of the same file instead. diff --git a/2/twemoji.amd.js b/2/twemoji.amd.js index d772f378..d5c94228 100644 --- a/2/twemoji.amd.js +++ b/2/twemoji.amd.js @@ -6,7 +6,7 @@ define(function () { */ // WARNING: this file is generated automatically via - // `node twemoji-generator.js` + // `node 2/scripts/generate` // please update its `createTwemoji` function // at the bottom of the same file instead. diff --git a/2/twemoji.js b/2/twemoji.js index b8aef946..d21de06f 100644 --- a/2/twemoji.js +++ b/2/twemoji.js @@ -5,7 +5,7 @@ var twemoji = (function ( */ // WARNING: this file is generated automatically via - // `node twemoji-generator.js` + // `node 2/scripts/generate` // please update its `createTwemoji` function // at the bottom of the same file instead. diff --git a/2/twemoji.npm.js b/2/twemoji.npm.js index 1642a4d5..cee2ea1b 100644 --- a/2/twemoji.npm.js +++ b/2/twemoji.npm.js @@ -6,7 +6,7 @@ var twemoji = (function ( */ // WARNING: this file is generated automatically via - // `node twemoji-generator.js` + // `node 2/scripts/generate` // please update its `createTwemoji` function // at the bottom of the same file instead.