File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 macosx :
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-node@v2
13+ - uses : actions/checkout@main
14+ - uses : actions/setup-node@main
1515 - run : npm install
1616 - run : npm test
1717 - run : ./build.sh
18- - uses : actions/upload-artifact@v2
18+ - uses : actions/upload-artifact@main
1919 with :
2020 name : alfred-emoji.alfredworkflow
2121 path : alfred-emoji.alfredworkflow
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.11.1 " ,
2+ "version" : " 1.12.0 " ,
33 "scripts" : {
44 "webpack" : " webpack" ,
55 "clean" : " rm -f *.alfredworkflow; rm -rf output/*" ,
1717 " lint" ,
1818 " test"
1919 ],
20- "dependencies" : {},
2120 "devDependencies" : {
22- "emojilib" : " ^3.0.2 " ,
21+ "emojilib" : " ^3.0.6 " ,
2322 "fontkit" : " ^1.8.1" ,
2423 "pre-commit" : " ^1.2.2" ,
2524 "snazzy" : " ^9.0.0" ,
26- "standard" : " ^16 .0.4 " ,
27- "tap" : " ^15.1.6 " ,
28- "unicode-emoji-json" : " ^0.3.0 " ,
29- "webpack" : " ^5.67.0 " ,
25+ "standard" : " ^17 .0.0 " ,
26+ "tap" : " ^16.2.0 " ,
27+ "unicode-emoji-json" : " ^0.3.1 " ,
28+ "webpack" : " ^5.72.1 " ,
3029 "webpack-cli" : " ^4.9.2"
3130 }
32- }
31+ }
Original file line number Diff line number Diff line change 11const path = require ( 'path' )
22
33module . exports = {
4- mode : 'production ' ,
4+ mode : 'none ' ,
55 entry : './src/emoji.js' ,
66 target : 'web' ,
77 output : {
You can’t perform that action at this time.
0 commit comments