Skip to content

Commit

Permalink
update some file on prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robincodex committed May 26, 2022
1 parent acf4c72 commit 81e6815
Show file tree
Hide file tree
Showing 3 changed files with 1,356 additions and 1,362 deletions.
14 changes: 4 additions & 10 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
"module": "CommonJS",
"target": "ES2017",
"strict": true,
"lib": [
"ES2017"
]
"lib": ["ES2017"]
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules"
]
}
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "easy-keyvalues",
"version": "1.0.11",
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.",
"main": "dist/node.js",
"engines": {
"node": ">=14.0.0"
},
"engineStrict": true,
"scripts": {
"watch": "rollup -c -w",
"build": "rollup -c && tsc --emitDeclarationOnly",
"test": "jest --verbose",
"test:badges": "jest --verbose && jest-coverage-badges",
"test:kv": "jest --coverage=false -- __tests__/KeyValues.test.ts",
"test:kv3": "jest --coverage=false -- __tests__/KeyValues3.test.ts",
"lint:prettier": "prettier --check .",
"write-prettier": "prettier --write ."
},
"author": "RobinCode",
"homepage": "https://github.com/RobinCodeX/easy-keyvalues",
"repository": {
"type": "git",
"url": "git+https://github.com/RobinCodeX/easy-keyvalues.git"
},
"keywords": [
"KeyValues",
"KeyValues3",
"Valve KeyValues",
"Source2 KeyValues3"
],
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"iconv-lite": "^0.6.3",
"jest": "^28.1.0",
"jest-coverage-badges": "^1.1.2",
"prettier": "^2.6.2",
"rollup": "2.74.1",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "4.7.2"
}
}
{
"name": "easy-keyvalues",
"version": "1.0.11",
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.",
"main": "dist/node.js",
"engines": {
"node": ">=14.0.0"
},
"engineStrict": true,
"scripts": {
"watch": "rollup -c -w",
"build": "rollup -c && tsc --emitDeclarationOnly",
"test": "jest --verbose",
"test:badges": "jest --verbose && jest-coverage-badges",
"test:kv": "jest --coverage=false -- __tests__/KeyValues.test.ts",
"test:kv3": "jest --coverage=false -- __tests__/KeyValues3.test.ts",
"lint:prettier": "prettier --check .",
"write-prettier": "prettier --write ."
},
"author": "RobinCode",
"homepage": "https://github.com/RobinCodeX/easy-keyvalues",
"repository": {
"type": "git",
"url": "git+https://github.com/RobinCodeX/easy-keyvalues.git"
},
"keywords": [
"KeyValues",
"KeyValues3",
"Valve KeyValues",
"Source2 KeyValues3"
],
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"iconv-lite": "^0.6.3",
"jest": "^28.1.0",
"jest-coverage-badges": "^1.1.2",
"prettier": "^2.6.2",
"rollup": "2.74.1",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "4.7.2"
}
}
Loading

0 comments on commit 81e6815

Please sign in to comment.