mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
workspacescursedingeneral
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"scripts": {
|
||||
"bundle": "microbundle --target node",
|
||||
"build": "microbundle --target node",
|
||||
"watch": "microbundle watch",
|
||||
"test": "microbundle --target node && node ./test/index.test.mjs"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sern/ioc",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Dependency Injection system",
|
||||
"main": "dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user