File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33# Browserslist Changelog
44
55## [ Unreleased]
6-
7- ## [ 1.0.0-eap-3]
8- ### Changed
6+ ### Changed
7+ - Compatible IDEs are changed. I'll need JavaScript plugin later, so only paid IDEs that has it are targeted
98- All tokens are case-insensitive now. ` LaSt 8 ChRoMe vERsions ` for the world
109
1110## [ 1.0.0-eap-2]
Original file line number Diff line number Diff line change 44pluginGroup = com.github.aleksandrsl.intellijbrowserslist
55pluginName = intellij-browserslist
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.0-eap-3
7+ pluginVersion = 1.0.0
88# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99# for insight into build numbers and IntelliJ Platform versions.
1010pluginSinceBuild = 211
1111pluginUntilBuild = 223.*
1212# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1313# See https://jb.gg/intellij-platform-builds-list for available build versions
14- pluginVerifierIdeVersions = IC -2021.1.1, WS-2022.1.3
14+ pluginVerifierIdeVersions = IU -2021.1.1, WS-2022.1.3
1515
1616# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
17- platformType = IC
17+ platformType = IU
1818platformVersion = 2021.1.3
1919platformDownloadSources = true
2020# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2121# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
22- platformPlugins =
22+ platformPlugins = JavaScriptLanguage
2323
2424# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
2525javaVersion = 11
Original file line number Diff line number Diff line change 66 <!-- Product and plugin compatibility requirements -->
77 <!-- https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html -->
88 <depends >com.intellij.modules.platform</depends >
9+ <depends >JavaScript</depends >
910
1011 <extensions defaultExtensionNs =" com.intellij" >
1112 <fileType name =" Browserslist File"
You can’t perform that action at this time.
0 commit comments