Skip to content

Commit

Permalink
feat: move typescript to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmarsquinelato committed Feb 28, 2022
1 parent 8293dbb commit d956272
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 11 deletions.
170 changes: 164 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"lib"
],
"release": {
"branches": ["main"]
"branches": [
"main"
]
},
"scripts": {
"start": "parcel example/index.html",
Expand All @@ -27,9 +29,6 @@
"lint": "eslint src --ext .ts --max-warnings 0",
"semantic-release": "semantic-release"
},
"dependencies": {
"typescript": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
Expand All @@ -46,8 +45,9 @@
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"parcel": "^2.3.2",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.3",
"semantic-release": "^19.0.2"
"typescript": "^4.5.5"
},
"lint-staged": {
"**/*.ts": [
Expand Down

0 comments on commit d956272

Please sign in to comment.