Skip to content

Commit

Permalink
build: 4.0.0 ng 17.3.1 ts 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 23, 2024
1 parent d8431c8 commit d447328
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml → .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: publish

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: install-node
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- name: install-dependencies
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "static-injector",
"version": "0.0.0",
"description": "Angular的静态注入器独立使用版本",
"description": "Angular 依赖注入独立版本;Angular dependency injection standalone version",
"private": true,
"scripts": {
"sync": "code-recycle ./script/sync/index.ts --cwd ./src && prettier ./src --write",
Expand Down
13 changes: 7 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "static-injector",
"version": "3.0.0",
"description": "Angular的静态注入器独立使用版本",
"version": "4.0.0",
"description": "Angular 依赖注入独立版本;Angular dependency injection standalone version",
"keywords": [
"angular",
"angular 17.0.4",
"angular 17.3.1",
"injector",
"typescript",
"typescript 5.2.2",
"typescript 5.4.2",
"injectable",
"static-inject"
"static-inject",
"dependency injection"
],
"repository": {
"type": "git",
Expand All @@ -34,4 +35,4 @@
},
"devDependencies": {},
"sideEffects": false
}
}

0 comments on commit d447328

Please sign in to comment.