Skip to content

Commit

Permalink
fix articles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Jan 19, 2021
1 parent a3437c4 commit c0e977c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The easiest way to move your React application to Server-Side Rendering. Handles
- [License](#the-mit-license)

## Articles
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issr",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"license": "MIT",
"description": "iSSR the easiest way to move your React application to Server Side Rendering",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The easiest way to move your React application to Server-Side Rendering. Handles
[README](https://github.com/AlexSergey/issr)

## Articles
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)

## Features
- TypeScript support
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@issr/babel-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Babel plugin for iSSR",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The easiest way to move your React application to Server-Side Rendering. Handles
[README](https://github.com/AlexSergey/issr)

## Articles
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)
- [RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)

## Features
- TypeScript support
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@issr/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "iSSR the easiest way to move your React application to Server Side Rendering",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c0e977c

Please sign in to comment.