Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
chore: add @types/atom and @types/jasmine to optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 15, 2021
1 parent ccf9c7b commit 4f727b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
14 changes: 11 additions & 3 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/jasmine": "^3.6.6",
"atom-ts-transpiler": "^1.5.3",
"eslint": "^7.22.0",
"semantic-release": "^17.4.2",
"typescript": "^4.2.3"
},
"optionalDependencies": {
"@types/atom": "^1.40.9",
"@types/jasmine": "^3.6.6"
}
}

0 comments on commit 4f727b0

Please sign in to comment.