Merge pull request #4438 from Baoyx007/patch-5

fix: add types in package.json
This commit is contained in:
Aresn 2018-09-04 10:38:52 +08:00 committed by GitHub
commit f9e857cedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@
"typings": "types/index.d.ts", "typings": "types/index.d.ts",
"files": [ "files": [
"dist", "dist",
"src" "src",
"types"
], ],
"scripts": { "scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",