mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Point a couple of references to utils/ to scripts/
This commit is contained in:
parent
fc458b467c
commit
1827097fb7
@ -8,7 +8,7 @@
|
|||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
||||||
var regex = new RegExp(fs.readFileSync(file('utils/regex')).toString(), 'g');
|
var regex = new RegExp(fs.readFileSync(file('scripts/regex')).toString(), 'g');
|
||||||
|
|
||||||
function fromCodePoint(codepoint) {
|
function fromCodePoint(codepoint) {
|
||||||
var code = typeof codepoint === 'string' ?
|
var code = typeof codepoint === 'string' ?
|
||||||
|
@ -319,10 +319,10 @@ cd twemoji
|
|||||||
npm install
|
npm install
|
||||||
|
|
||||||
# generate 2/twemoji*.js files
|
# generate 2/twemoji*.js files
|
||||||
./2/utils/generate
|
./2/scripts/generate
|
||||||
```
|
```
|
||||||
|
|
||||||
If you'd like to test and/or propose some changes to the V2 library please change the `./2/utils/generate` file at its end so that everything will be generated properly once launched.
|
If you'd like to test and/or propose some changes to the V2 library please change the `./2/scripts/generate` file at its end so that everything will be generated properly once launched.
|
||||||
|
|
||||||
|
|
||||||
## Attribution Requirements
|
## Attribution Requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user