Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennie Ji committed Feb 16, 2020
1 parent 7040470 commit b988090
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 25 deletions.
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"npmClient": "npm",
"command": {
"publish": {
"ignoreChanges": ["*.md"]
"ignoreChanges": [
"*.md"
]
}
},
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
2 changes: 1 addition & 1 deletion packages/es-stats/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/es-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-stats",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "Find out import, exports and root declarations' dependency relationships of an ES module file.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@babel/types": "^7.7.4",
"@types/debug": "^4.1.5",
"ast-lab-types": "^1.0.0-alpha"
"ast-lab-types": "^1.0.0-alpha.1"
},
"dependencies": {
"@babel/parser": "^7.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/git-changes-affected/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/git-changes-affected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-changes-affected",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "Find git changes affected files",
"keywords": [
"affected",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@babel/parser": "^7.7.5",
"ast-lab-types": "^1.0.0-alpha",
"ast-lab-types": "^1.0.0-alpha.1",
"debug": "^4.1.1",
"es-stats": "^1.0.0-alpha",
"hunt-affected": "^1.0.0-alpha"
"es-stats": "^1.0.0-alpha.1",
"hunt-affected": "^1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/hunt-affected-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hunt-affected-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunt-affected-cli",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "CLI for detecting where your file exports are used and potentially afffected by it's changes",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"dependencies": {
"commander": "^4.1.0",
"glob": "^7.1.4",
"hunt-affected": "^1.0.0-alpha"
"hunt-affected": "^1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/hunt-affected/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/hunt-affected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunt-affected",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "Detect where your file exports are used and potentially afffected by it's changes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
"@babel/parser": "^7.7.5",
"@types/debug": "^4.1.5",
"@types/enhanced-resolve": "^3.0.6",
"ast-lab-types": "^1.0.0-alpha"
"ast-lab-types": "^1.0.0-alpha.1"
},
"dependencies": {
"commander": "^4.1.0",
"debug": "^4.1.1",
"enhanced-resolve": "^4.1.1",
"es-stats": "^1.0.0-alpha"
"es-stats": "^1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/hunt-unused/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/hunt-unused/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunt-unused",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,12 +34,12 @@
"chalk": "^3.0.0",
"commander": "^4.1.0",
"glob": "^7.1.6",
"hunt-affected": "^1.0.0-alpha"
"hunt-affected": "^1.0.0-alpha.1"
},
"devDependencies": {
"@babel/parser": "^7.8.4",
"@types/commander": "^2.12.2",
"@types/glob": "^7.1.1",
"ast-lab-types": "^1.0.0-alpha"
"ast-lab-types": "^1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/print-file-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "print-file-tree",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "Console print simple file tree",
"keywords": [
"file",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-lab-types",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.d.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit b988090

Please sign in to comment.