Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add files to package.json, switch to alpha branch
Browse files Browse the repository at this point in the history
Nikaple committed Oct 29, 2021
1 parent b9363bf commit 8b041c4
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
with:
fetch-depth: 0
persist-credentials: false

- name: Setup Github Action account
run: |
git config --global user.name "GitHub Action"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "nest-typed-config",
"version": "1.6.5",
"version": "2.0.0",
"description": "Intuitive, type-safe configuration module for Nest framework",
"author": "Nikaple Zhou",
"license": "MIT",
"url": "https://github.com/Nikaple/nest-typed-config",
"homepage": "https://github.com/Nikaple/nest-typed-config",
"files": [
"index.js",
"index.d.ts",
"index.ts",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Nikaple/nest-typed-config"
@@ -94,4 +101,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 8b041c4

Please sign in to comment.