Skip to content

Commit

Permalink
fix: remove deps/lock file for vklass
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom committed Dec 16, 2021
1 parent 01a26b8 commit ffd73e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4,492 deletions.
17 changes: 1 addition & 16 deletions libs/api-vklass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,5 @@
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
"test": "jest",
"build": "tsc --build"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"dependencies": {}
}
}
Loading

0 comments on commit ffd73e8

Please sign in to comment.