Skip to content

Commit bcb9cf9

Browse files
authored
Merge pull request #27 from undeadcat/master
Compatibility with 2017.3+
2 parents a36bbb3 + 25d2a2d commit bcb9cf9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ intellij {
1515
//name is used for zip archive when building plugin
1616
pluginName 'webstorm-styled-components'
1717
downloadSources false
18+
updateSinceUntilBuild false
1819
}
1920

2021
sourceSets {

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.deadlock.scsyntax</id>
33
<name>Styled Components</name>
4-
<version>1.0.3</version>
4+
<version>1.0.4</version>
55
<vendor email="hossam.saraya@gmail.com" url="http://www.saraya.io">Kodehouse</vendor>
66

77
<!-- Enable plugin for all products -->
@@ -19,7 +19,7 @@
1919
]]>
2020
</change-notes>
2121

22-
<idea-version since-build="172.0"/>
22+
<idea-version since-build="172.3317"/>
2323

2424
<extensions defaultExtensionNs="com.intellij">
2525
<multiHostInjector implementation="com.intellij.StyledComponents.StyledComponentsInjector"/>

webstorm-styled-components.zip

-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)