Skip to content

Commit

Permalink
Set @craco/craco as a public package
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Oct 16, 2018
1 parent 32ed09e commit 1567ce5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
11 changes: 7 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.0"
"version": "0.0.0",
"command": {
"publish": {
"ignoreChanges": ["*.md"]
}
}
}
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"private": true,
"scripts": {
"publish": "lerna publish",
"publish-alpha": "lerna publish --npm-tag alpha",
"bootstrap": "lerna bootstrap"
"publish:alpha": "lerna publish --npm-tag alpha",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"changed": "lerna changed",
"diff": "lerna diff"
},
"license": "Apache 2.0",
"workspaces": [
Expand All @@ -16,6 +19,5 @@
"dependencies": {
"lodash.mergewith": "4.6.1",
"webpack-merge": "4.1.4"
},
"name": "craco"
}
}
4 changes: 3 additions & 1 deletion packages/craco/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": false,
"name": "@craco/craco",
"description": "Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app v2.",
"scripts": {},
Expand Down Expand Up @@ -37,5 +38,6 @@
"lodash.mergewith": "4.6.1",
"webpack-merge": "4.1.4"
},
"version": "1.0.0-alpha.0"
"version": "1.0.0-alpha.0",
"gitHead": "32ed09eac23948f17ec81d1f740fd0383d4d7979"
}

0 comments on commit 1567ce5

Please sign in to comment.