Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - example-css-to-flow@0.1.2
 - example-react-class-to-sfc@0.1.2
 - s2s-example-shopping-cart@0.1.2
 - s2s-example-getting-typescript@0.1.2
 - s2s@0.20.1
  • Loading branch information
akameco committed Jul 29, 2019
1 parent 8bf3cc2 commit eb5b1fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/import-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-css-to-flow",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "sample with css-to-flow",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"flow-bin": "^0.98.1",
"s2s": "^0.20.0",
"s2s": "^0.20.1",
"s2s-handler-css-to-flow": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/react-class-to-sfc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-class-to-sfc",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "sample react class to sfc",
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
},
"devDependencies": {
"babel-plugin-transform-react-class-to-function": "^1.2.2",
"s2s": "^0.20.0"
"s2s": "^0.20.1"
}
}
4 changes: 2 additions & 2 deletions examples/shopping-cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s2s-example-shopping-cart",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand All @@ -23,7 +23,7 @@
"enzyme-to-json": "^3.3.5",
"flow-bin": "^0.98.1",
"react-test-renderer": "^16.8.6",
"s2s": "^0.20.0",
"s2s": "^0.20.1",
"s2s-plugins-redux": "^1.0.1"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "s2s-example-getting-typescript",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"s2s": "s2s"
},
"devDependencies": {
"babel-plugin-fizzbuzz": "^0.2.0",
"s2s": "^0.20.0",
"s2s": "^0.20.1",
"s2s-handler-typescript": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/s2s-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s2s",
"version": "0.20.0",
"version": "0.20.1",
"description": "Source To Source",
"license": "MIT",
"repository": "https://github.com/akameco/s2s",
Expand Down

0 comments on commit eb5b1fb

Please sign in to comment.