fix: compilation

This commit is contained in:
Zoltan Kochan
2020-05-14 17:48:13 +03:00
parent 6a8a97eee9
commit 42fd08d601
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
"name": "@pnpm/lockfile-types",
"version": "2.0.0",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.13"
},