Skip to content

Commit

Permalink
fix(types): rename licence to license (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cansiny0320 committed Jul 29, 2022
1 parent 1d2b699 commit ddda0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/packagejson.ts
Expand Up @@ -50,7 +50,7 @@ export interface PackageJson {
/**
* You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you’re placing on it.
*/
licence?: string
license?: string
/**
* Specify the place where your code lives. This is helpful for people who want to contribute. If the git repo is on GitHub, then the `npm docs` command will be able to find you.
* For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same shortcut syntax you use for npm install:
Expand Down

0 comments on commit ddda0b5

Please sign in to comment.