Skip to content

Commit 9690fc7

Browse files
committedJan 29, 2019
fix(build): the upstream is somehow broken
1 parent 381a37f commit 9690fc7

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed
 

‎bili.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Config } from 'bili'
1+
import { Config } from './src'
22

33
const config: Config = {
44
input: {

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:cov": "yarn test:unit --coverage",
1616
"test:unit": "cd test/fixtures && yarn && cd ../../ && yarn jest",
1717
"types": "tsc --build tsconfig.types.json",
18-
"build": "rm -rf dist && bili",
18+
"build": "rm -rf dist && node lib/cli",
1919
"prepublishOnly": "yarn types && yarn build",
2020
"docs": "typedoc --out docs/api --theme minimal --mode file",
2121
"dev:docs": "nswatch",
@@ -74,7 +74,6 @@
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.2",
7877
"boxen": "^2.1.0",
7978
"builtin-modules": "^3.0.0",
8079
"cac": "^6.4.2",

‎yarn.lock

-25
Original file line numberDiff line numberDiff line change
@@ -1503,31 +1503,6 @@ 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.2:
1507-
version "4.0.2"
1508-
resolved "https://registry.npmjs.org/bili/-/bili-4.0.2.tgz#46acee4283c5c3749f9c4d9de1b271c405a52530"
1509-
integrity sha512-hgzGndEpVWsxQ13y5azpPIkZVAUquRac04P0m8NtHqj8OTjZDM7pdDH1OP7aRVjNgYX6dLWp0xkyoE6YJnDmow==
1510-
dependencies:
1511-
"@babel/core" "^7.2.2"
1512-
"@babel/plugin-proposal-object-rest-spread" "^7.3.1"
1513-
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
1514-
"@babel/plugin-transform-react-jsx" "^7.3.0"
1515-
"@babel/preset-env" "^7.3.1"
1516-
"@babel/preset-typescript" "^7.1.0"
1517-
babel-plugin-transform-async-to-promises "^0.8.4"
1518-
chalk "^2.4.2"
1519-
gzip-size "^5.0.0"
1520-
ora "^3.0.0"
1521-
rollup "^1.1.2"
1522-
rollup-plugin-babel "^4.3.2"
1523-
rollup-plugin-buble "^0.19.6"
1524-
rollup-plugin-commonjs "^9.2.0"
1525-
rollup-plugin-hashbang "^2.2.1"
1526-
rollup-plugin-json "^3.1.0"
1527-
rollup-plugin-postcss "^2.0.1"
1528-
rollup-plugin-replace "^2.1.0"
1529-
rollup-plugin-terser "^4.0.2"
1530-
15311506
bin-links@^1.1.2:
15321507
version "1.1.2"
15331508
resolved "https://registry.npmjs.org/bin-links/-/bin-links-1.1.2.tgz#fb74bd54bae6b7befc6c6221f25322ac830d9757"

0 commit comments

Comments
 (0)
Please sign in to comment.