Skip to content

Commit

Permalink
feat!: target ES2021 (#17)
Browse files Browse the repository at this point in the history
* feat!: target ES2021

* chore: remove UT workflof
  • Loading branch information
cristiand391 authored May 3, 2023
1 parent 38762d1 commit 1f30c59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 831 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/dev-config",
"version": "3.1.0",
"version": "4.0.0",
"description": "A set of standard typescript config and tslint options for Salesforce projects.",
"repository": "forcedotcom/dev-config",
"main": "index.js",
Expand All @@ -27,7 +27,6 @@
"clean-all": "shx rm -rf node_modules"
},
"devDependencies": {
"commitizen": "^4.1.2",
"shx": "^0.3.2"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"lib": ["es2020"],
"target": "es2021",
"lib": ["es2021"],
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit 1f30c59

Please sign in to comment.