فهرست منبع

chore: add license field to package.json

Without the license field you will get warnings of the type "warning ../package.json: No license field"
mikaello 4 سال پیش
والد
کامیت
5583d236c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -3,6 +3,7 @@
   "version": "0.0.1",
   "private": true,
   "repository": "git@github.com:spadgett/console-plugin-template.git",
+  "license": "Apache-2.0",
   "scripts": {
     "clean": "rm -rf dist",
     "build": "yarn clean && NODE_ENV=production yarn ts-node node_modules/.bin/webpack",