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

Commit 147ecd6

Browse files
committed
Version 1.0.0-beta.1
1 parent 3bf2ad1 commit 147ecd6

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
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.0",
4+
"version": "1.0.0-beta.1",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",
@@ -16,9 +16,11 @@
1616
],
1717
"repository": "https://github.com/rocjs/roc-plugin-react/tree/master/extensions/roc-plugin-react-dev",
1818
"author": "Verdens Gang AS",
19-
"contributors": [{
20-
"name": "Gustaf Dalemar"
21-
}],
19+
"contributors": [
20+
{
21+
"name": "Gustaf Dalemar"
22+
}
23+
],
2224
"license": "MIT",
2325
"dependencies": {
2426
"roc-plugin-react": "1.0.0-beta.1",

extensions/roc-plugin-react/package.json

Lines changed: 6 additions & 4 deletions
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.0",
4+
"version": "1.0.0-beta.1",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint .",
@@ -16,9 +16,11 @@
1616
],
1717
"repository": "https://github.com/rocjs/roc-plugin-react/tree/master/extensions/roc-plugin-react",
1818
"author": "Verdens Gang AS",
19-
"contributors": [{
20-
"name": "Gustaf Dalemar"
21-
}],
19+
"contributors": [
20+
{
21+
"name": "Gustaf Dalemar"
22+
}
23+
],
2224
"license": "MIT",
2325
"dependencies": {
2426
"react": "~15.0.1",

0 commit comments

Comments
 (0)