From 3fb164c5520ddb0d5afdbd28ed5136bf19d39f7b Mon Sep 17 00:00:00 2001 From: night0721 <77528305+night0721@users.noreply.github.com.> Date: Thu, 2 Nov 2023 01:04:33 +0000 Subject: [PATCH] dos to unix --- .github/Changelog.md | 26 ++++++------ .github/FUNDING.yml | 24 +++++------ .github/workflows/npm-publish.yml | 66 +++++++++++++++---------------- .gitignore | 8 ++-- .npmignore | 20 +++++----- 5 files changed, 72 insertions(+), 72 deletions(-) diff --git a/.github/Changelog.md b/.github/Changelog.md index 86adc2c..393f35b 100644 --- a/.github/Changelog.md +++ b/.github/Changelog.md @@ -1,14 +1,14 @@ -

Changelog

- -> This does not include dev releases yet - -# Release v1.2.0 -## Added - - -# Release v1.1.0 -## Added - - -# Release v1.0.0 +

Changelog

+ +> This does not include dev releases yet + +# Release v1.2.0 +## Added + + +# Release v1.1.0 +## Added + + +# Release v1.0.0 Initial Release \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 096cdb6..7accab5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1,12 @@ -# These are supported funding model platforms - -github: [night0721, ThunderE75] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: cathteam -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +# These are supported funding model platforms + +github: [night0721, ThunderE75] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: cathteam +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6a303a4..6cdebaf 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,33 +1,33 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created -# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - -name: Node.js Package - -on: - release: - types: [created] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm ci - - run: npm test - - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} +# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages + +name: Node.js Package + +on: + release: + types: [created] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + - run: npm ci + - run: npm test + + publish-npm: + needs: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + registry-url: https://registry.npmjs.org/ + - run: npm ci + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/.gitignore b/.gitignore index d701192..7140279 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -dist/ -node_modules/ -package-lock.json -test.js +dist/ +node_modules/ +package-lock.json +test.js docs/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 9cebef5..44b808f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,11 @@ -src -tsconfig.json -node_modules -package-lock.json -.gitignore -LICENSE -.github -docs -test.js -vercel.json +src +tsconfig.json +node_modules +package-lock.json +.gitignore +LICENSE +.github +docs +test.js +vercel.json README.md \ No newline at end of file