fix: add types in package.json

This commit is contained in:
Haven 2018-09-04 10:22:59 +08:00 committed by GitHub
parent 93b4fe4a90
commit 3bb8ab3e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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