dts-gen 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,7 +121,7 @@ function getPackageJson(dtName, packageName) {
121
121
  devDependencies: {
122
122
  [`@types/${dtName}`]: "workspace:."
123
123
  },
124
- contributors: [
124
+ owners: [
125
125
  {
126
126
  name: authorName,
127
127
  githubUsername: authorUserName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dts-gen",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "TypeScript Definition File Generator",
5
5
  "main": "bin/lib/index.js",
6
6
  "bin": {