Skip to content

Commit

Permalink
fix(package:release): trying to fix package release
Browse files Browse the repository at this point in the history
  • Loading branch information
xutyxd committed Sep 29, 2024
1 parent 12dc442 commit b2b8b03
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:

- name: Release
run: |
cd package
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Token for generate tags on the repo
Expand Down
48 changes: 48 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "photron",
"version": "1.0.0",
"description": "A server to manage resources splitting into chunks for parallel download",
"main": "src/index.ts",
"exports": {
".": {
"import": "./mjs/index.js",
"require": "./cjs/index.js"
}
},
"files": [
"cjs",
"mjs"
],
"scripts": { },
"repository": {
"type": "git",
"url": "git+https://github.com/xutyxd/photron.git"
},
"author": "XutyXD",
"license": "ISC",
"bugs": {
"url": "https://github.com/xutyxd/photron/issues"
},
"homepage": "https://github.com/xutyxd/photron#readme",
"keywords": [
"typescript",
"hybrid",
"mjs",
"cjs",
"openapi",
"server",
"google-auth-library",
"openapi-fetch",
"photron",
"server-over-express",
"inversify",
"reflect-metadata",
"files",
"folders",
"tags",
"users"
],
"dependencies": {
"openapi-fetch": "^0.12.0"
}
}

0 comments on commit b2b8b03

Please sign in to comment.