Skip to content

Commit

Permalink
fix: bump inversify version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Zhang committed Mar 2, 2018
1 parent 2722f19 commit 814070d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
moduleFileExtensions: ["ts", "js"],
setupTestFrameworkScriptFile: "<rootDir>/src/tests/bootstrap.ts",
collectCoverage: true,
mapCoverage: true,
collectCoverageFrom: [
"src/**/*.ts",
"!src/**/*.spec.ts",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lchemy/di",
"description": "",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"contributors": [
"Jesse Zhang"
],
Expand All @@ -21,21 +21,21 @@
"prepublishOnly": "echo 'Cannot publish the development files. Publish the built files instead.' && exit 1"
},
"dependencies": {
"inversify": "^4.10.0",
"inversify": "^4.11.1",
"reflect-metadata": "*"
},
"devDependencies": {
"@types/jest": "^22.1.2",
"@types/jest": "^22.1.4",
"coveralls": "^3.0.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-plumber": "^1.2.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.1",
"jest": "^22.3.0",
"jest-cli": "^22.3.0",
"jest": "^22.4.2",
"jest-cli": "^22.4.2",
"merge2": "^1.2.1",
"ts-jest": "^22.0.4",
"ts-jest": "^22.4.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"vinyl-map": "^1.0.2"
Expand Down
1 change: 1 addition & 0 deletions src/inversify-exports.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export {
AsyncContainerModule,
BindingScopeEnum,
BindingTypeEnum,
Container,
Expand Down

0 comments on commit 814070d

Please sign in to comment.