Skip to content
This repository was archived by the owner on Jan 2, 2018. It is now read-only.

Commit dcea01d

Browse files
committed
Version 1.0.0-beta.2
1 parent 3c3c4cd commit dcea01d

5 files changed

Lines changed: 8 additions & 17 deletions

File tree

extensions/roc-plugin-react-dev/docs/Actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Actions
44
* [roc-plugin-react-dev](#roc-plugin-react-dev)
5-
* [build-webpack](#build-webpack)
5+
* [babel-config](#babel-config)
66

77
## roc-plugin-react-dev
88

9-
### build-webpack
9+
### babel-config
1010

11-
Adds the needed Webpack configuration to be able to build and develop React code.
11+
Adds the needed Babel configuration to be able to build and develop React code.
1212

1313
__Connects to extension:__ Not specified
14-
__Connects to hook:__ `build-webpack`
14+
__Connects to hook:__ `babel-config`
1515
__Have post:__ No

extensions/roc-plugin-react-dev/docs/Dependencies.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
The dependencies that are available in the project.
44

55
## Exported
6-
### [react](https://www.npmjs.com/package/react)
7-
__Version__: ~15.0.1
8-
__Extension__: roc-plugin-react
9-
__Custom resolve function__: No
10-
11-
### [react-dom](https://www.npmjs.com/package/react-dom)
12-
__Version__: ~15.0.1
13-
__Extension__: roc-plugin-react
14-
__Custom resolve function__: No
6+
Nothing is exported.
157

168
## Requires
179
Nothing is required.

extensions/roc-plugin-react-dev/docs/Extensions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ The extensions that are used in the project, indirect and direct, in the order t
66
_No packages._
77

88
## Plugins
9-
### roc-plugin-react — [v1.0.0-beta.0](https://www.npmjs.com/package/roc-plugin-react)
10-
Adds React support to Webpack and Roc
9+
_No plugins._

extensions/roc-plugin-react-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roc-plugin-react-dev",
33
"description": "Adds React support to Webpack and Roc (Development)",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",

extensions/roc-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roc-plugin-react",
33
"description": "Adds React support to Webpack and Roc",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",

0 commit comments

Comments
 (0)