Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Oct 15, 2023
1 parent 55b5ae6 commit efc2bd7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"homepage": "http://inversify.io",
"jsnext:main": "es/inversify.js",
"keywords": [
"ioc",
"dependency injection",
"dependency inversion",
"di",
"inversion of control container",
"ioc",
"javascript",
"typescript",
"node",
"dependency injection",
"dependency inversion",
"inversion of control container"
"typescript"
],
"license": "MIT",
"main": "lib/inversify.js",
Expand All @@ -51,9 +51,8 @@
"postupdate": "git diff-files --quiet package-lock.json || npm test",
"prepublish": "npm run build && publish-please guard",
"pretest": "tslint --project .",
"test": "nyc --require ts-node/register mocha test/**/*.test.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"test:browser": "browserify test/inversify.test.ts -p [ tsify --noImplicitAny ] > ./test/bundle.test.js && karma start",
"publish-please": "publish-please",
"test": "nyc --require ts-node/register mocha test/**/*.test.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"update": "updates --update --minor && npm install"
},
"sideEffects": false,
Expand Down

0 comments on commit efc2bd7

Please sign in to comment.