Skip to content

Commit

Permalink
fix: use dpl 1.0 and opt-out from config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Jan 20, 2020
1 parent 86c4962 commit 6014069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
version: 1.0
node_js:
- 8
- 10
Expand Down Expand Up @@ -35,6 +36,7 @@ jobs:
on:
branch: master
skip_cleanup: true
edge: true
notifications:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-provide",
"version": "0.4.3",
"version": "0.4.4",
"description": "Async context based Dependency Injection for Node.JS",
"repository": {
"url": "https://github.com/betula/node-provide"
Expand Down

0 comments on commit 6014069

Please sign in to comment.