Skip to content

Commit

Permalink
update travis version; change dbf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Mar 18, 2021
1 parent 7196ece commit 7ae3264
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "14"
- "12"
- "10"
- "8"
2 changes: 1 addition & 1 deletion dist/indian-ocean.browser.es6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indian-ocean.browser.es6.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indian-ocean.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indian-ocean.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indian-ocean.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indian-ocean.min.js

Large diffs are not rendered by default.

35 changes: 19 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"shapefile": "^0.6.2"
},
"devDependencies": {
"@mhkeller/dbf": "^0.1.4",
"archieml": "^0.4.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
Expand All @@ -66,7 +67,6 @@
"chokidar-cli": "^2.1.0",
"d3-dsv": "^1.0.3",
"d3-queue": "^3.0.3",
"dbf": "mhkeller/dbf#ed96ad16fc6ed7f3161319c31c996b7046f4809b",
"documentation": "^13.2.0",
"github-slugger": "^1.2.0",
"glob": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/formatters/dbf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* istanbul ignore next */
import dbf from 'dbf'
import dbf from '@mhkeller/dbf'

export default function (file, writeOptions) {
writeOptions = writeOptions || {}
Expand Down

0 comments on commit 7ae3264

Please sign in to comment.