mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
chore(v2): prepare v2.0.0.alpha-66 release (#3608)
* release alpha 66 * v2.0.0-alpha.66
This commit is contained in:
parent
e5448d9a96
commit
14447707c2
67 changed files with 8343 additions and 141 deletions
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"name": "@docusaurus/remark-plugin-npm2yarn",
|
||||
"version": "2.0.0-alpha.65",
|
||||
"description": "Remark plugin for convert npm commands to yarn as tabs",
|
||||
"main": "src/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"npm-to-yarn": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"remark": "^12.0.0",
|
||||
"remark-mdx": "^1.5.8",
|
||||
"to-vfile": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.15.1"
|
||||
}
|
||||
"version": "2.0.0-alpha.66",
|
||||
"description": "Remark plugin for convert npm commands to yarn as tabs",
|
||||
"main": "src/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"npm-to-yarn": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"remark": "^12.0.0",
|
||||
"remark-mdx": "^1.5.8",
|
||||
"to-vfile": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.15.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue