Skip to content

Commit

Permalink
set up npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmetcalfe committed Aug 31, 2022
1 parent dd08b11 commit 47c635a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
"version": "1.0.0",
"description": "A simple Strava workflow for Alfred",
"main": "index.js",
"author": "Max Metcalfe <hello@maxmetcalfe.com>",
"author": {
"name": "Max Metcalfe",
"email": "hello@maxmetcalfe.com",
"url": "https://maxmetcalfe.com"
},
"license": "MIT",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"dependencies": {
"alfy": "^1.0.0",
"moment": "^2.29.4",
Expand Down

0 comments on commit 47c635a

Please sign in to comment.