Skip to content

Commit 750ebaf

Browse files
committed
v0.0.4
1 parent 381ea93 commit 750ebaf

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.3",
5+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
44
"description": "Modus React App Scaffolding",
55
"bin": "bin/more.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@babel/core": "7.2.0",
17-
"@modus/eslint-config-modus": "^0.0.3",
17+
"@modus/eslint-config-modus": "^0.0.4",
1818
"add-asset-html-webpack-plugin": "3.1.2",
1919
"babel-eslint": "10.0.1",
2020
"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.3",
3+
"version": "0.0.4",
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.3",
10-
"@modus/eslint-config-modus": "^0.0.3",
11-
"@modus/more": "^0.0.3"
9+
"@modus/babel-preset-react": "^0.0.4",
10+
"@modus/eslint-config-modus": "^0.0.4",
11+
"@modus/more": "^0.0.4"
1212
},
1313
"scripts": {
1414
"start": "more start",

0 commit comments

Comments
 (0)