Skip to content

Commit

Permalink
Try to fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Apr 16, 2020
1 parent cf3c455 commit 5bc2c74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![node-provide](https://betula.github.io/node-provide/img/readme-logo.svg)

[![npm version](https://badge.fury.io/js/node-provide.svg)](https://badge.fury.io/js/node-provide)
[![Build Status](https://travis-ci.org/betula/node-provide.svg?branch=master)](https://travis-ci.org/betula/node-provide)
[![Coverage Status](https://coveralls.io/repos/github/betula/node-provide/badge.svg?branch=master)](https://coveralls.io/github/betula/node-provide?branch=master)

Async context based Dependency Injection for Node.JS without pain with Dependency Injection Container, dependency registration, and configuration.
Expand Down
4 changes: 3 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
["@babel/preset-env", {targets: {node: "current"}}],
"@babel/preset-typescript",
],
plugins: []
plugins: [
[ "@babel/plugin-proposal-class-properties", { "loose": true } ]
]
};
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
"author": "Viacheslav Bereza <mail@betula.co>",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
Expand Down

0 comments on commit 5bc2c74

Please sign in to comment.