Merge pull request #162 from lorenzleutgeb/patch-1

fix: SPDX identifier for license in package.json
This commit is contained in:
Aravinth Manivannan 2024-04-17 23:47:51 +05:30 committed by GitHub
commit 9922c23322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"name": "vanilla", "name": "vanilla",
"main": "index.js", "main": "index.js",
"version": "1.0.0", "version": "1.0.0",
"license": "AGPL-3.0", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {
"build": "webpack --mode production", "build": "webpack --mode production",
"lint": "yarn run eslint templates", "lint": "yarn run eslint templates",