...
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "ts-injex",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"description": "Simple boilerplate code free dependency injection system for TypeScript.",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"prepare": "npm run build",
|
||||
"build": "npm run build:tsc",
|
||||
"build:tsc": "tsc",
|
||||
"lint": "eslint --ext .ts .",
|
||||
|
Reference in New Issue
Block a user