##// END OF EJS Templates
org.implab.gradle-typescript -> 1.1.1
cin -
r101:73578135a36a ts-plugin
parent child
Show More
@@ -1,5 +1,5
1 1 plugins {
2 id "org.implab.gradle-typescript" version "1.1.0"
2 id "org.implab.gradle-typescript" version "1.1.1"
3 3 id "org.implab.gradle-hg"
4 4 id "ivy-publish"
5 5 }
@@ -194,7 +194,7 task npmPackSources(type: Copy) {
194 194 from sources.main.ts
195 195 if (symbols == 'pack') {
196 196 npmPackContents.dependsOn npmPackSources
197 }
197 }
198 198
199 199 if (flavour == 'browser') {
200 200 from sources.amd.ts
General Comments 0
You need to be logged in to leave comments. Login now