Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gen-idea-libs@1.0.4
 - kotlin-webpack-plugin@1.0.7
 - kotlinc-js@1.0.6
 - react-scripts-kotlin@2.0.0
  • Loading branch information
JetBrainsTeamCity committed Oct 6, 2017
1 parent c6cb156 commit 93835f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/gen-idea-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gen-idea-libs",
"version": "1.0.4-0",
"version": "1.0.4",
"description": "Generate IntelliJ Idea libs config from given npm kotlinJs dependencies",
"main": "generate",
"author": "Filipp Riabchun",
Expand Down
4 changes: 2 additions & 2 deletions packages/kotlin-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotlin-webpack-plugin",
"version": "1.0.7-0",
"version": "1.0.7",
"description": "Webpack kotlin plugin",
"main": "plugin.js",
"repository": "JetBrains/create-react-kotlin-app",
Expand Down Expand Up @@ -29,7 +29,7 @@
"glob": "7.1.2",
"globby": "6.1.0",
"kotlin-compiler": "1.1.4-dev-970",
"kotlinc-js": "^1.0.6-0",
"kotlinc-js": "^1.0.6",
"read-dir-files": "^0.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kotlinc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotlinc-js",
"version": "1.0.6-0",
"version": "1.0.6",
"description": "KotlincJS compiler wrapper for NodeJS",
"main": "kotlin-compiler.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scripts-kotlin",
"version": "2.0.0-0",
"version": "2.0.0",
"description": "Configuration and scripts for Create React App.",
"repository": "JetBrains/create-react-kotlin-app",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -39,10 +39,10 @@
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"gen-idea-libs": "^1.0.4-0",
"gen-idea-libs": "^1.0.4",
"html-webpack-plugin": "2.28.0",
"kotlin": "^1.1.51",
"kotlin-webpack-plugin": "^1.0.7-0",
"kotlin-webpack-plugin": "^1.0.7",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.5",
Expand Down

0 comments on commit 93835f7

Please sign in to comment.