Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 30b546b

Browse files
committed
Div modernize fixes
1 parent 528084c commit 30b546b

16 files changed

+6920
-112
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "7"
3+
- "10"
44
after_success:
55
- npm run coveralls

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![Build Status](https://travis-ci.org/telemark/node-dsf.svg?branch=master)](https://travis-ci.org/telemark/node-dsf)
22
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
3-
[![Greenkeeper badge](https://badges.greenkeeper.io/telemark/node-dsf.svg)](https://greenkeeper.io/)
43

54
# node-dsf
65

@@ -104,4 +103,4 @@ You must get access to these methods from both skattedirektoratet and evry (see
104103

105104
[MIT](LICENSE)
106105

107-
![Robohash image of node-dsf](https://robots.kebabstudios.party/node-dsf.png "Robohash image of node-dsf")
106+
![Robohash image of node-dsf](https://robots.kebabstudios.party/node-dsf.png "Robohash image of node-dsf")

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
const dsf = require('./lib/dsf')
42

53
module.exports = (options, callback) => {

lib/createClient.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
const soap = require('soap')
42

53
module.exports = options => {

lib/dsf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
const createClient = require('./createClient')
42

53
module.exports = options => {

0 commit comments

Comments
 (0)