瀏覽代碼

Use a SPDX-compatible identifier for the 'license' value

This fixes the warning issued at `npm install` time.
bubble
Andreas Kohn 9 年之前
父節點
當前提交
9d725f1440
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      package.json

+ 1
- 1
package.json 查看文件

@@ -10,7 +10,7 @@
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"version": "2.1.0",
"homepage": "http://swagger.io",
"license": "Apache 2.0",
"license": "Apache-2.0",
"main": "dist/swagger-ui.js",
"scripts": {
"build": "gulp",


Loading…
取消
儲存