Skip to content

Commit

Permalink
Renamed NPM package from kotlinx-html-js to kotlinx-html
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-bannykh committed Oct 13, 2017
1 parent c867c96 commit 35b1f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
@@ -1,5 +1,5 @@
{
"name": "kotlinx-html-js",
"name": "kotlinx-html",
"version": "1.0.0",
"description": "Library for building HTML in Kotlin",
"main": "kotlinx-html-js.js",
Expand Down
4 changes: 2 additions & 2 deletions npm_publish.xml
Expand Up @@ -133,8 +133,8 @@
</macrodef>


<target name="publish-kotlinx-html-js-to-npm" depends="download-nodejs-and-npm">
<publish-to-npm template="kotlinx-html-js" version="${kotlin.deploy.version}" tag="${kotlin.deploy.tag}">
<target name="publish-kotlinx-html-to-npm" depends="download-nodejs-and-npm">
<publish-to-npm template="kotlinx-html" version="${kotlin.deploy.version}" tag="${kotlin.deploy.tag}">
<copy file="${output}/classes/kotlinx-html-js.js" todir="${package_deploy_dir}" failonerror="true" />
<copy file="${output}/classes/kotlinx-html-js.js.map" todir="${package_deploy_dir}" failonerror="true" />
<copy file="${output}/classes/kotlinx-html-js.meta.js" todir="${package_deploy_dir}" failonerror="true" />
Expand Down

0 comments on commit 35b1f84

Please sign in to comment.