From 716d248b520adc028cd15e788d1701285bd73bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Lei=C3=9F?= Date: Sat, 16 Apr 2022 01:04:13 +0200 Subject: [PATCH] Minor adjustments to scripts and README. --- README.md | 5 +++-- package.json | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 691945c..067a5a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # google-calendar-sync +[![npm version](https://badge.fury.io/js/@cirqusde%2Fgoogle-calendar-sync.svg)](https://www.npmjs.com/package/@cirqusde/google-calendar-sync) Sync your private google calendar with your work google calendar. Details of the event will be left out - it will only be visible as 'Private event' in your work calendar. @@ -26,9 +27,9 @@ Details of the event will be left out - it will only be visible as 'Private even } ] ``` -- Run it with `npx -y @cirqusde/google-calendar-sync` +- Run it with `npx -y @cirqusde/google-calendar-sync` (or even better: Add a cronjob to run it repeatedly) ## Publish to npm - Bump version in `package.json` - Run `npm install` -- Run `npm publish` +- Run `npm publish --access public` diff --git a/package.json b/package.json index 199518d..cd691a1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "scripts": { "build": "tsc", "start": "node --require ts-node/register index.ts", - "test": "echo \"Error: no test specified\" && exit 1", "prepack": "tsc && chmod +x dist/index.js" }, "keywords": [