Skip to content

Commit

Permalink
feat: release for 1.0.0-rc.3 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: alex <[email protected]>
  • Loading branch information
alex-zhang and alex authored Oct 5, 2020
1 parent 557c6b1 commit 72c6e87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augejs/module-core",
"version": "1.0.1-rc.2",
"version": "1.0.1-rc.3",
"description": "`@augejs/module-core` is a module framework which support using `dependency injection` way to composite kinds of `Modules` and `Providers` to complex application.",
"main": "dist/main.js",
"directories": {
Expand Down Expand Up @@ -33,17 +33,17 @@
"dependencies": {
"@augejs/provider-scanner": "1.0.0-rc.3",
"extend": "^3.0.2",
"@types/extend": "^3.0.1",
"inversify": "^5.0.1",
"object-path": "^0.11.4",
"@types/object-path": "^0.11.0",
"reflect-metadata": "^0.1.13",
"yargs": "^15.4.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/extend": "^3.0.1",
"@types/jest": "^26.0.10",
"@types/object-path": "^0.11.0",
"commitlint": "^11.0.0",
"conventional-changelog-cli": "^2.1.0",
"eslint": "^7.7.0",
Expand Down

0 comments on commit 72c6e87

Please sign in to comment.