Browse Source

Merge pull request #1220 from dcohenb/license_format_fix

Format the license in package.json to match the SPDX standard
Herbert Vojčík 8 years ago
parent
commit
fb184c2f8c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      package.json

+ 1 - 3
package.json

@@ -15,9 +15,7 @@
     "email": "petton.nicolas@gmail.com",
     "url": "http://www.nicolas-petton.fr"
   },
-  "license": {
-    "type": "MIT"
-  },
+  "license": "MIT",
   "repository": {
     "type": "git",
     "url": "git://github.com/amber-smalltalk/amber.git"