Browse Source

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

fix #668
sschmid 5 years ago
parent
commit
bbf5572d5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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