Commit 3bb8ab3e9ef6e78845cef6451971a4aa3a8627d9

Authored by Haven
Committed by GitHub
1 parent 93b4fe4a

fix: add types in package.json

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -17,7 +17,8 @@ @@ -17,7 +17,8 @@
17 "typings": "types/index.d.ts", 17 "typings": "types/index.d.ts",
18 "files": [ 18 "files": [
19 "dist", 19 "dist",
20 - "src" 20 + "src",
  21 + "types"
21 ], 22 ],
22 "scripts": { 23 "scripts": {
23 "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", 24 "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",