소스 검색

chore: fix npm license not being default spdx-identifier causing warning (#668)

fix #668
sschmid 5 년 전
부모
커밋
bbf5572d5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -42,7 +42,7 @@
     "musicxml"
   ],
   "author": "PhonicScore",
-  "license": "BSD-3-clause",
+  "license": "BSD-3-Clause",
   "bugs": {
     "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues"
   },