Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: Remove remnants of the did-jwt fork we had, as support for sel…
Browse files Browse the repository at this point in the history
…f-issued.me/v2 in the JWT has been added upstream
  • Loading branch information
nklomp committed Jul 6, 2022
1 parent e6e7c60 commit 479e748
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": "./tsconfig.json" },
"env": { "es6": true },
"ignorePatterns": ["did-jwt-fork","node_modules", "dist", "generator", "coverage", "jest.config.js"],
"ignorePatterns": ["node_modules", "dist", "generator", "coverage", "jest.config.js"],
"plugins": ["import", "eslint-comments"],
"extends": [
"eslint:recommended",
Expand Down
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
dist
coverage

# Fork
did-jwt-fork

# Ignore all schema files:
src/main/schemas
1 change: 0 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
coverageDirectory: "./coverage/",
collectCoverageFrom: [
"src/**/*.{ts,tsx}",
"!src/did-jwt-fork/*.ts",
"!src/schemas/**",
"!src/**/*.d.ts",
"!**/node_modules/**",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"incremental": true,
"target": "ES6",
"outDir": "dist",
"outDir": "dist/main",
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,
Expand Down

0 comments on commit 479e748

Please sign in to comment.