Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarina committed May 16, 2024
1 parent af27bca commit 536a60c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm install
- uses: JS-DevTools/npm-publish@v2
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
ignore-scripts: false
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

const fs = require('fs');
const program = require('commander');
const { program } = require('commander');
const path = require('path');
const pkg = require('../package.json');

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockquote/sass-style-template",
"version": "3.0.2",
"version": "3.0.3",
"description": "SASS and LitElement for creating Web Components",
"keywords": [
"LitElement",
Expand All @@ -27,13 +27,13 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"autoprefixer": "^10.4.15",
"chokidar": "^3.5.3",
"commander": "^11.0.0",
"glob": "^10.3.4",
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"glob": "^10.3.15",
"mkdirp": "^3.0.1",
"postcss": "^8.4.29",
"sass": "^1.66.1"
"postcss": "^8.4.38",
"sass": "^1.77.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 536a60c

Please sign in to comment.