-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7913651
commit aeb8595
Showing
2 changed files
with
64 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
### 2.0.1 (2021-03-08) | ||
|
||
|
||
### Features | ||
|
||
* add more automation ([7913651](https://www.github.com/typescord/mrm-preset/commit/79136510f2b2283fd52d79e5c772e7d54267a5ae)) | ||
* **typescript:** add 'types' property for pkg ([a48355f](https://www.github.com/typescord/mrm-preset/commit/a48355fe7f605f67133670e629d091989e1ffbb5)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"name": "@typescord/mrm-preset", | ||
"version": "0.1.7", | ||
"description": "MRM preset used by Typescord for all core packages", | ||
"main": "build/config.json", | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "tsc", | ||
"lint": "eslint . --ext ts", | ||
"lint-fix": "yarn lint --fix", | ||
"format": "prettier . --write" | ||
}, | ||
"engines": { | ||
"node": ">=15.0.0" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/typescord/mrm-preset#readme", | ||
"bugs": { | ||
"url": "https://github.com/typescord/mrm-preset/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/typescord/mrm-preset.git" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"prettier": "@typescord/prettier-config", | ||
"dependencies": { | ||
"mrm-core": "^4.6.0", | ||
"semver": "^7.3.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.28", | ||
"@types/semver": "^7.3.4", | ||
"@typescord/eslint-config": "^0.1.5", | ||
"@typescord/prettier-config": "^0.1.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"eslint": "^7.20.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-import-resolver-node": "^0.3.4", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-sonarjs": "^0.6.0", | ||
"eslint-plugin-unicorn": "^28.0.2", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.5" | ||
}, | ||
"keywords": [ | ||
"mrm-preset", | ||
"mrm", | ||
"typescord", | ||
"typescipt" | ||
] | ||
"name": "@typescord/mrm-preset", | ||
"version": "2.0.1", | ||
"description": "MRM preset used by Typescord for all core packages", | ||
"main": "build/config.json", | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "tsc", | ||
"lint": "eslint . --ext ts", | ||
"lint-fix": "yarn lint --fix", | ||
"format": "prettier . --write" | ||
}, | ||
"engines": { | ||
"node": ">=15.0.0" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/typescord/mrm-preset#readme", | ||
"bugs": { | ||
"url": "https://github.com/typescord/mrm-preset/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/typescord/mrm-preset.git" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"prettier": "@typescord/prettier-config", | ||
"dependencies": { | ||
"mrm-core": "^4.6.0", | ||
"semver": "^7.3.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.28", | ||
"@types/semver": "^7.3.4", | ||
"@typescord/eslint-config": "^0.1.5", | ||
"@typescord/prettier-config": "^0.1.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"eslint": "^7.20.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-import-resolver-node": "^0.3.4", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-sonarjs": "^0.6.0", | ||
"eslint-plugin-unicorn": "^28.0.2", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.5" | ||
}, | ||
"keywords": [ | ||
"mrm-preset", | ||
"mrm", | ||
"typescord", | ||
"typescipt" | ||
] | ||
} |