This commit is contained in:
idotj 2023-12-14 21:53:15 +01:00
parent e6a2ce6dbd
commit 0cd940ce12
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +0,0 @@
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- npm install
- npm version patch
- npm publish --access public

11
.gitlab.yml Normal file
View File

@ -0,0 +1,11 @@
image: node:latest
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- npm publish

View File

@ -1,5 +1,5 @@
{
"name": "mastodon-embed-timeline",
"name": "@idotj/mastodon-embed-feed-timeline",
"description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, WCAG compliant and fully responsive.",
"version": "3.12.0",
"author": {