Skip to content

Commit

Permalink
Added TypeScript as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Oct 11, 2020
1 parent 18230f3 commit b734b76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pre-commit": "npm run lint"
}
},
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"dependencies": {
"@aem-design/compose-support": "1.2.1",
"@babel/code-frame": "^7.10.4",
Expand Down Expand Up @@ -165,5 +165,8 @@
"postcss": "^7.0.0 || ^8.0.1",
"stylelint": "^13.0.0",
"webpack": "^5.0.0"
},
"optionalDependencies": {
"typescript": "^4.0.0"
}
}

0 comments on commit b734b76

Please sign in to comment.