Skip to content

Commit

Permalink
Merge pull request #83 from jsumners/actions-update-and-version-bump
Browse files Browse the repository at this point in the history
Actions update, dependencies update, and version bump
  • Loading branch information
jsumners authored May 15, 2022
2 parents 821d5f0 + d4f3e1d commit 680b2ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
macosx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: npm install
- run: npm test
- run: ./build.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@main
with:
name: alfred-emoji.alfredworkflow
path: alfred-emoji.alfredworkflow
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.11.1",
"version": "1.12.0",
"scripts": {
"webpack": "webpack",
"clean": "rm -f *.alfredworkflow; rm -rf output/*",
Expand All @@ -17,16 +17,15 @@
"lint",
"test"
],
"dependencies": {},
"devDependencies": {
"emojilib": "^3.0.2",
"emojilib": "^3.0.6",
"fontkit": "^1.8.1",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.4",
"tap": "^15.1.6",
"unicode-emoji-json": "^0.3.0",
"webpack": "^5.67.0",
"standard": "^17.0.0",
"tap": "^16.2.0",
"unicode-emoji-json": "^0.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')

module.exports = {
mode: 'production',
mode: 'none',
entry: './src/emoji.js',
target: 'web',
output: {
Expand Down

0 comments on commit 680b2ab

Please sign in to comment.