Skip to content

Commit 4512fc1

Browse files
committedJan 29, 2019
fix: types entry
1 parent 708dbab commit 4512fc1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A zero configuration library bundler.",
55
"main": "dist/index.js",
66
"bin": "dist/cli.js",
7-
"types": "dist/index.d.ts",
7+
"types": "types/index.d.ts",
88
"files": [
99
"dist",
1010
"types",
@@ -74,7 +74,7 @@
7474
"@types/slash": "^2.0.0",
7575
"@types/string-width": "^2.0.0",
7676
"babel-plugin-alter-object-assign": "^1.0.2",
77-
"bili": "^4.0.0-alpha.3",
77+
"bili": "^4.0.1",
7878
"boxen": "^2.1.0",
7979
"builtin-modules": "^3.0.0",
8080
"cac": "^6.4.2",

‎yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1503,10 +1503,10 @@ big.js@^3.1.3:
15031503
resolved "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
15041504
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
15051505

1506-
bili@^4.0.0-alpha.3:
1507-
version "4.0.0-alpha.3"
1508-
resolved "https://registry.npmjs.org/bili/-/bili-4.0.0-alpha.3.tgz#3cf6ce6311b86a76bc6a9b5ab874b41f86e2e18b"
1509-
integrity sha512-rZqf+GuUtnCf7Y8mlU12m7hVwvw0SzlStC6T2T3ed5obEfJncrj6vPyOLw+oXsiNeXuzzPDqhoFKkJJ8Gw9THw==
1506+
bili@^4.0.1:
1507+
version "4.0.1"
1508+
resolved "https://registry.npmjs.org/bili/-/bili-4.0.1.tgz#f4e73490447d116938c3248289cdd1be818a699e"
1509+
integrity sha512-XqE46SRS7PCQoETBnpxOclK0jHxvy35maVgfzHfxNLqfkQe1bCJIHeYVIY1PJTa4Xj8rXVfCsK6L1/oi9DjxLw==
15101510
dependencies:
15111511
"@babel/core" "^7.2.2"
15121512
"@babel/plugin-proposal-object-rest-spread" "^7.3.1"
@@ -1520,6 +1520,7 @@ bili@^4.0.0-alpha.3:
15201520
ora "^3.0.0"
15211521
rollup "^1.1.2"
15221522
rollup-plugin-babel "^4.3.2"
1523+
rollup-plugin-buble "^0.19.6"
15231524
rollup-plugin-commonjs "^9.2.0"
15241525
rollup-plugin-hashbang "^2.2.1"
15251526
rollup-plugin-json "^3.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.