diff --git a/docs/src/routes/Components/Theme/Detial.md b/docs/src/routes/Components/Theme/Detial.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/src/routes/Components/Theme/README.md b/docs/src/routes/Components/Theme/README.md index 45ed6853..915827fd 100644 --- a/docs/src/routes/Components/Theme/README.md +++ b/docs/src/routes/Components/Theme/README.md @@ -2,6 +2,6 @@ ---- -/// +This Theme Provider, you can use this component change all children components. ### Examples diff --git a/scripts/copy-build-files.js b/scripts/copy-build-files.js index e1ebee80..bdb9c650 100644 --- a/scripts/copy-build-files.js +++ b/scripts/copy-build-files.js @@ -15,6 +15,7 @@ if (fse.existsSync(buildPath)) { const copyFiles = [ 'README.md', + 'package.json', 'CHANGELOG.md', 'LICENSE' ] diff --git a/tsconfig.json b/tsconfig.json index e40ecf4d..9969abd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "removeComments": true, "noImplicitAny": true, "outDir": "./build", - "declarationDir": "./build/typings", "noLib": false, "lib": ["dom", "es5", "es2015", "es2016.array.include"], "typeRoots": [