1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

fix: update yarn command line in build script

This commit is contained in:
Xavier Stouder 2023-01-09 19:00:25 +01:00
parent 82ebd9f9bd
commit eb4e4abc31
No known key found for this signature in database
5 changed files with 1455 additions and 1066 deletions

7
.gitignore vendored
View File

@ -3,3 +3,10 @@ node_modules/
build
dist/
.npmrc
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules

View File

@ -22,7 +22,7 @@ This guarantees that you will always use the latest version of the library.
If, instead, you'd like to include the latest version explicitly, you can add the following tag:
```html
<script src="https://twemoji.maxcdn.com/v/14.0.2/twemoji.min.js" integrity="sha384-32KMvAMS4DUBcQtHG6fzADguo/tpN1Nh6BAJa2QqZc6/i0K+YPQE+bWiqBRAWuFs" crossorigin="anonymous"></script>
<script src="https://unpkg.com/twemoji@14.0.2/dist/twemoji.min.js" integrity="sha384-ICOlZarapRIX6UjKPcWKEpubjg7lGADN7Y9fYP4DU9zm0aPFhgnP5ef+XFaPyKv+" crossorigin="anonymous"></script>
```
### Download

View File

@ -39,7 +39,7 @@ fs.writeFileSync(
);
spawnSync(
'yarnpkg',
'yarn',
[
'uglifyjs',
'--verbose',

2509
yarn.lock

File diff suppressed because it is too large Load Diff