1
mirror of https://github.com/cocktailpeanut/dalai synced 2024-11-23 04:16:53 +01:00

enforce node version

This commit is contained in:
cocktailpeanut 2023-03-17 07:25:49 -04:00
parent efa3422e4d
commit 6c18f02431
2 changed files with 5 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -1,10 +1,13 @@
{ {
"name": "dalai", "name": "dalai",
"version": "0.2.19", "version": "0.2.20",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"author": "cocktailpeanut", "author": "cocktailpeanut",
"license": "MIT", "license": "MIT",
"engines" : {
"node" : ">=18.0.0"
},
"scripts": { "scripts": {
"dalai:llama": "./dalai llama", "dalai:llama": "./dalai llama",
"start": "./dalai serve", "start": "./dalai serve",