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:
Joshua Chen 2021-09-22 20:49:25 +08:00 committed by GitHub
parent 02822b8a42
commit e1f4677d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 20 deletions

View file

@ -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"

View file

@ -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});