Skip to content

Commit

Permalink
chore: pack source code and source map
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 13, 2024
1 parent 50c433f commit 4d172cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "0.0.0",
"description": "A lightweight and flexible dependency injection library for JavaScript and TypeScript, w/o ECMAScript decorators (Stage 3 proposal).",
"files": [
"dist"
"dist",
"src",
"!src/__tests__"
],
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.mjs",
Expand All @@ -23,7 +25,7 @@
},
"sideEffects": false,
"scripts": {
"build": "tsc && bunchee",
"build": "tsc && bunchee --sourcemap",
"test": "vitest --coverage --coverage.all=false \"$@\"",
"lint": "eslint . --fix --cache",
"lint:ci": "eslint . --max-warnings 0 --cache --cache-location ./node_modules/.cache/eslint/.eslintcache",
Expand All @@ -38,13 +40,13 @@
"ioc",
"dependency injection",
"inversion of control",
"ecmascript decorators",
"ecmascript decorator",
"dependency",
"injection",
"injector",
"container",
"ecmascript",
"decorators",
"decorator",
"metadata"
],
"author": "exuanbo <[email protected]>",
Expand Down

0 comments on commit 4d172cd

Please sign in to comment.