Skip to content

Commit

Permalink
Prepare for official release, remove node 12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Sep 3, 2020
1 parent 5add100 commit 506b95e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,11 +12,11 @@ addons:
matrix:
include:
- os: linux
env: NODE_VERSION="12"
env: NODE_VERSION="8"
- os: linux
env: NODE_VERSION="10" COVERAGE=true
- os: osx
env: NODE_VERSION="12"
env: NODE_VERSION="8"
- os: osx
env: NODE_VERSION="10"

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapnik-omnivore",
"version": "10.0.0-dev1",
"version": "10.0.0",
"description": "Node module that returns metadata of spatial files.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 506b95e

Please sign in to comment.