Skip to content

Commit

Permalink
Merge pull request #3 from codesyntax/develop
Browse files Browse the repository at this point in the history
workflows
  • Loading branch information
bipoza authored May 27, 2024
2 parents ec60c55 + 21a8b77 commit a8b573d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 13.x
node-version: 18.x

- name: Install NPM packages
run: npm ci
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@codesyntax/ionic-react-utils",
"description": "A suite of components and utilities for Ionic Framework with React",
"version": "0.0.1",
"type": "module",
"main": "dist/main.js",
Expand Down Expand Up @@ -57,5 +58,7 @@
"vite-plugin-lib-inject-css": "^2.1.1",
"vitest": "^0.34.6"
},
"description": "A suite of components and utilities for Ionic Framework with React"
"publishConfig": {
"access": "public"
}
}

0 comments on commit a8b573d

Please sign in to comment.