Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Feb 6, 2018
1 parent 2eb9181 commit 3d48e15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"project_template/",
"."
],
"version": "3.1.1",
"version": "3.2.0",
"npmClient": "yarn",
"commands": {
"publish": {
"ignore": ["maji-project-template", "*.md"]
"ignore": [
"maji-project-template",
"*.md"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maji",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"module": "lib/bundle.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-maji-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-maji-app",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"bin": {
"create-maji-app": "./create-app.js",
Expand All @@ -20,6 +20,6 @@
"node": ">= 6.0.0"
},
"devDependencies": {
"maji": "^3.1.1"
"maji": "^3.2.0"
}
}

0 comments on commit 3d48e15

Please sign in to comment.