Skip to content

Commit 51802e6

Browse files
committed
v0.0.5
1 parent 3393c97 commit 51802e6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"command": {
77
"publish": {
88
"npmClient": "npm",

packages/babel-preset-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modus/babel-preset-react",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "index.js",
55
"author": "Modus Create <[email protected]>",
66
"license": "MIT",

packages/eslint-config-modus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modus/eslint-config-modus",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "index.js",
55
"license": "MIT",
66
"author": "Modus Create <[email protected]>",

packages/more/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modus/more",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Modus React App Scaffolding",
55
"bin": "bin/more.js",
66
"engines": {
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@babel/core": "7.2.0",
20-
"@modus/eslint-config-modus": "^0.0.4",
20+
"@modus/eslint-config-modus": "^0.0.5",
2121
"add-asset-html-webpack-plugin": "3.1.2",
2222
"babel-eslint": "10.0.1",
2323
"babel-loader": "8.0.4",

packages/sample/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@modus/more-sample",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Modus React scaffolding example",
55
"main": "index.js",
66
"license": "MIT",
77
"author": "Modus Create <[email protected]>",
88
"dependencies": {
9-
"@modus/babel-preset-react": "^0.0.4",
10-
"@modus/eslint-config-modus": "^0.0.4",
11-
"@modus/more": "^0.0.4"
9+
"@modus/babel-preset-react": "^0.0.5",
10+
"@modus/eslint-config-modus": "^0.0.5",
11+
"@modus/more": "^0.0.5"
1212
},
1313
"scripts": {
1414
"start": "more start",

0 commit comments

Comments
 (0)