Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed May 30, 2018
1 parent 44bcafc commit 1bb03ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/stylable-build-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-build-test-kit",
"version": "1.0.0",
"version": "1.0.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylable-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-scripts",
"version": "0.5.3",
"version": "0.5.4",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
Expand All @@ -16,7 +16,7 @@
"object-assign": "4.1.1",
"react-dev-utils": "^5.0.1",
"stylable": "^5.3.10",
"stylable-webpack-plugin": "^1.0.19",
"stylable-webpack-plugin": "^1.0.20",
"ts-loader": "4.3.0",
"tslib": "^1.9.1",
"typescript": "~2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-webpack-plugin",
"version": "1.0.19",
"version": "1.0.20",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 1bb03ee

Please sign in to comment.