Skip to content

Commit

Permalink
debug: actually move typescript to devDeps this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Lavuš committed Sep 4, 2020
1 parent 397cbda commit d901975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"parcel": "^2.0.0-beta.1",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0"
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"dependencies": {
"@superindustries/language": "^0.0.11",
"typescript": "^4.0.2"
"@superindustries/language": "0.0.11"
},
"targets": {
"types": false,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@superindustries/language@^0.0.11":
"@superindustries/[email protected]":
version "0.0.11"
resolved "https://npm.pkg.github.com/download/@superindustries/language/0.0.11/6972dc36354adcc5b53a5f36eaf2ed37c9ae94234746f1cc79afe0a778561707#44e79d550622468b3feb4578c15579a430e41854"
integrity sha512-Tk0C+0E49FqxVBbfxAkkKcE9ZBWJxnETFbwSiGxp8EGjEo/0XMRfBYE+7G0B9QD6kmrHUmG0eGPHIK+q/Z+rQw==
Expand Down

0 comments on commit d901975

Please sign in to comment.