mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
fix(module-type-aliases): move @type packages to dependencies (#5601)
* Move devDeps to deps Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update docs Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update init template Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
This commit is contained in:
parent
02822b8a42
commit
e1f4677d04
6 changed files with 6 additions and 20 deletions
|
@ -2,7 +2,6 @@
|
|||
"name": "@docusaurus/types",
|
||||
"version": "2.0.0-beta.6",
|
||||
"description": "Common types for Docusaurus packages.",
|
||||
"main": "./src/index.js",
|
||||
"types": "./src/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/* eslint-disable */
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', {value: true});
|
Loading…
Add table
Add a link
Reference in a new issue