Skip to content

Commit

Permalink
Update dependency, drop unsupported Node versions
Browse files Browse the repository at this point in the history
- New lock added
  • Loading branch information
exsilium committed Jun 3, 2020
1 parent df8663a commit f38977f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: node_js
node_js:
- node
- 11
- 13
- 12
- 10
- 9
- 8
- 7
- 6
- 5
- 4
install:
- npm install
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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pylonide/vfs-architect",
"description": "Architect plugins for vfs",
"version": "0.1.0",
"version": "0.2.0",
"author": "ajax.org B.V. <[email protected]>",
"contributors": [
{
Expand All @@ -19,5 +19,8 @@
"repository": {
"type": "git",
"url": "http://github.com/pylonide/vfs-architect.git"
},
"engines": {
"node": ">=10.20.1"
}
}

0 comments on commit f38977f

Please sign in to comment.