Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - stylable@5.3.9
 - stylable-scripts@0.5.2
 - stylable-webpack-plugin@1.0.18
  • Loading branch information
barak007 committed May 24, 2018
1 parent a40e94f commit f029c92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.1",
"version": "0.5.2",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
Expand All @@ -15,8 +15,8 @@
"html-webpack-plugin": "3.2.0",
"object-assign": "4.1.1",
"react-dev-utils": "^5.0.1",
"stylable": "^5.3.5",
"stylable-webpack-plugin": "^1.0.10",
"stylable": "^5.3.9",
"stylable-webpack-plugin": "^1.0.18",
"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.17",
"version": "1.0.18",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable",
"version": "5.3.8",
"version": "5.3.9",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit f029c92

Please sign in to comment.