Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakerh400 committed Jul 10, 2021
1 parent 0a66777 commit ea6474c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js: 15.6.0
node_js: 16.2.0
install: npm install
script: npm test
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hakerh400/esolangs",
"description": "Collection of interpreters for esoteric programming languages",
"version": "1.4.17",
"version": "1.4.18",
"author": "Thomas <[email protected]>",
"main": "index.js",
"contributors": [],
Expand All @@ -16,7 +16,7 @@
"test": "node --max-old-space-size=5000 --trace-deprecation test"
},
"dependencies": {
"omikron": "~1.2.53",
"omikron": "~1.2.61",
"@hakerh400/config": "~1.0.1",
"@hakerh400/list": "~1.0.4",
"@hakerh400/fs-rec": "~1.0.3",
Expand All @@ -26,7 +26,7 @@
"@hakerh400/jstest": "~1.1.2"
},
"engines": {
"node": ">=15.3.0"
"node": ">=16.2.0"
},
"license": "Unlicense"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a collection of interpreters for [esoteric programming languages](https:

## How to install

First install [Node.js](https://nodejs.org/download/) version 15.13.0 or newer, then run:
First install [Node.js](https://nodejs.org/download/) version 16.2.0 or newer, then run:

```
npm i @hakerh400/esolangs
Expand Down

0 comments on commit ea6474c

Please sign in to comment.