Update package.json

This commit is contained in:
Daniel Bulant 2022-03-19 20:59:53 +01:00 committed by GitHub
parent 01558b6b0a
commit 72d7a24ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"description": "YAML plugin for the Monaco Editor",
"homepage": "https://monaco-yaml.js.org",
"scripts": {
"prepack": "node build.js",
"prepack": "node build.cjs",
"prepare": "husky install"
},
"type": "module",