Skip to content

Commit

Permalink
Merge pull request #52 from Dirt-Road-Development/50-updatearchitecture
Browse files Browse the repository at this point in the history
update:architecture
  • Loading branch information
TheGreatAxios authored Dec 10, 2022
2 parents 256f1a6 + 0170f36 commit 10f9815
Show file tree
Hide file tree
Showing 34 changed files with 1,263 additions and 438 deletions.
33 changes: 23 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/config-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skaleproject/config-controller",
"version": "0.0.2-5",
"version": "0.1.0",
"description": "Config Controller Abstractions",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"build": "tsc --build ./tsconfig.json",
"build:watch": "nodemon --watch \"./src/**/*.*\" --exec npm run build",
"test": "jest --testTimeout=25000",
"test:watch": "jest --watchAll --testTimeout=25000"
"test:watch": "jest --watch --testTimeout=25000"
},
"repository": {
"directory": "packages/config-controller",
Expand Down
Loading

0 comments on commit 10f9815

Please sign in to comment.