Browse Source

chore: remove unused dependencies

LongYinan 4 years ago
parent
commit
16a2a66584
3 changed files with 4 additions and 4 deletions
  1. 0 2
      package.json
  2. 3 1
      tsconfig.json
  3. 1 1
      yarn.lock

+ 0 - 2
package.json

@@ -35,7 +35,6 @@
     "version": "napi version"
   },
   "devDependencies": {
-    "@octokit/rest": "^18.0.6",
     "@swc-node/register": "^0.4.11",
     "@typescript-eslint/eslint-plugin": "^4.2.0",
     "@typescript-eslint/parser": "^4.2.0",
@@ -53,7 +52,6 @@
     "napi-rs": "^0.3.8",
     "npm-run-all": "^4.1.5",
     "prettier": "^2.1.2",
-    "putasset": "^5.0.3",
     "typescript": "^4.0.3"
   },
   "dependencies": {

+ 3 - 1
tsconfig.json

@@ -8,5 +8,7 @@
     "noUnusedParameters": true,
     "esModuleInterop": true,
     "allowSyntheticDefaultImports": true
-  }
+  },
+  "include": ["."],
+  "exclude": ["node_modules"]
 }

+ 1 - 1
yarn.lock

@@ -184,7 +184,7 @@
     "@octokit/plugin-request-log" "^1.0.0"
     "@octokit/plugin-rest-endpoint-methods" "3.17.0"
 
-"@octokit/rest@^18.0.5", "@octokit/rest@^18.0.6":
+"@octokit/rest@^18.0.5":
   version "18.0.6"
   resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.6.tgz#76c274f1a68f40741a131768ef483f041e7b98b6"
   integrity sha512-ES4lZBKPJMX/yUoQjAZiyFjei9pJ4lTTfb9k7OtYoUzKPDLl/M8jiHqt6qeSauyU4eZGLw0sgP1WiQl9FYeM5w==