This commit is contained in:
Sayem Chowdhury 2021-10-16 15:47:36 +06:00
parent 0342d5c16a
commit 4ff25adeaa
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "d-fi-core",
"version": "1.3.1",
"version": "1.3.2",
"description": "Core module for d-fi",
"main": "dist/index.js",
"scripts": {
@ -10,6 +10,9 @@
"build": "tsc",
"test": "ava"
},
"engines": {
"node": ">=12"
},
"repository": "https://github.com/d-fi/d-fi-core",
"author": "Sayem Chowdhury",
"license": "MIT",