Skip to content

Commit

Permalink
Add MIT license to sub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jun 29, 2023
1 parent 6d00de8 commit 9406597
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packages/@contentlayer/cli/package.json
Expand Up @@ -20,5 +20,6 @@
},
"devDependencies": {
"@types/node": "^20.2.5"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/@contentlayer/client/package.json
Expand Up @@ -14,5 +14,6 @@
},
"dependencies": {
"@contentlayer/core": "workspace:*"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/@contentlayer/core/package.json
Expand Up @@ -42,5 +42,6 @@
"devDependencies": {
"@types/source-map-support": "^0.5.6",
"markdown-wasm": "^1.2.0"
}
},
"license": "MIT"
}
Expand Up @@ -34,5 +34,6 @@
"devDependencies": {
"vite": "^4.3.1",
"vitest": "0.30.1"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/@contentlayer/source-contentful/package.json
Expand Up @@ -19,5 +19,6 @@
"@contentlayer/core": "workspace:*",
"@contentlayer/utils": "workspace:*",
"contentful-management": "7.22.4"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/@contentlayer/source-files/package.json
Expand Up @@ -49,5 +49,6 @@
"sharp": "^0.32.1",
"vite": "^4.3.1",
"vitest": "0.30.1"
}
},
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/@contentlayer/utils/package.json
Expand Up @@ -79,5 +79,6 @@
},
"devDependencies": {
"@types/inflection": "^1.13.0"
}
},
"license": "MIT"
}

0 comments on commit 9406597

Please sign in to comment.