api: add licence to package.json

This commit is contained in:
Thomas Hobson 2021-02-21 13:15:11 +13:00
parent 60b258f57c
commit 7b2305f30c
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 1 deletions

View File

@ -19,5 +19,6 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-plugin-snakecasejs": "^2.2.0"
}
},
"license": "MIT"
}