chore: switch to pnpm

This commit is contained in:
iCrawl 2020-01-25 21:22:31 +01:00
parent 91f509dde1
commit 580cbd160b
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE
4 changed files with 3972 additions and 4014 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2017-2019 iCrawl Copyright (c) 2017-2020 iCrawl
Copyright (c) 2017-2019 Khinenw Copyright (c) 2017-2019 Khinenw
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View file

@ -18,7 +18,7 @@
"license": "MIT", "license": "MIT",
"main": "./dist/extension", "main": "./dist/extension",
"scripts": { "scripts": {
"prebuild": "yarn lint", "prebuild": "pnpm run lint",
"build": "webpack --mode production", "build": "webpack --mode production",
"tsc": "tsc", "tsc": "tsc",
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",
@ -27,7 +27,7 @@
"activationEvents": [ "activationEvents": [
"*" "*"
], ],
"extensionKind": "ui", "extensionKind": ["ui"],
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
@ -185,10 +185,12 @@
"dependencies": { "dependencies": {
"bufferutil": "^4.0.1", "bufferutil": "^4.0.1",
"discord-rpc": "discordjs/RPC", "discord-rpc": "discordjs/RPC",
"register-scheme": "devsnek/node-register-scheme",
"utf-8-validate": "^5.0.2", "utf-8-validate": "^5.0.2",
"vsls": "^1.0.1526" "vsls": "^1.0.1526"
}, },
"optionalDependencies": {
"register-scheme": "devsnek/node-register-scheme"
},
"devDependencies": { "devDependencies": {
"@types/node": "^13.5.0", "@types/node": "^13.5.0",
"@types/vscode": "^1.41.0", "@types/vscode": "^1.41.0",
@ -196,7 +198,7 @@
"@typescript-eslint/parser": "^2.17.0", "@typescript-eslint/parser": "^2.17.0",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-marine": "^5.3.2", "eslint-config-marine": "^6.0.0",
"eslint-config-prettier": "^6.9.0", "eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1", "prettier": "^1.19.1",
@ -207,7 +209,7 @@
"webpack-cli": "^3.3.10" "webpack-cli": "^3.3.10"
}, },
"engines": { "engines": {
"vscode": "^1.39.0" "vscode": "^1.41.0"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "marine/prettier/node" "extends": "marine/prettier/node"

3964
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

4008
yarn.lock

File diff suppressed because it is too large Load diff