Skip to content

Commit

Permalink
v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennie Ji committed Jan 26, 2020
1 parent 0ac7b1f commit 1bedf5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"version": "1.0.0",
"version": "1.0.0-alpha",
"npmClient": "npm",
"packages": ["packages/*"]
}
"packages": [
"packages/*"
]
}
4 changes: 2 additions & 2 deletions packages/es-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"license": "MIT",
"devDependencies": {
"@types/debug": "^4.1.5",
"@babel/types": "^7.7.4",
"ast-lab-types": "1.0.0-alpha"
"@types/debug": "^4.1.5",
"ast-lab-types": "^1.0.0-alpha"
},
"dependencies": {
"@babel/parser": "^7.7.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/hunt-affected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@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"
},
"dependencies": {
"debug": "^4.1.1",
"enhanced-resolve": "^4.1.1",
"es-stats": "1.0.0-alpha"
"es-stats": "^1.0.0-alpha"
}
}

0 comments on commit 1bedf5d

Please sign in to comment.