File tree 3 files changed +2
-28
lines changed
3 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 1
- import { Config } from 'bili '
1
+ import { Config } from './src '
2
2
3
3
const config : Config = {
4
4
input : {
Original file line number Diff line number Diff line change 15
15
"test:cov" : " yarn test:unit --coverage" ,
16
16
"test:unit" : " cd test/fixtures && yarn && cd ../../ && yarn jest" ,
17
17
"types" : " tsc --build tsconfig.types.json" ,
18
- "build" : " rm -rf dist && bili " ,
18
+ "build" : " rm -rf dist && node lib/cli " ,
19
19
"prepublishOnly" : " yarn types && yarn build" ,
20
20
"docs" : " typedoc --out docs/api --theme minimal --mode file" ,
21
21
"dev:docs" : " nswatch" ,
74
74
"@types/slash" : " ^2.0.0" ,
75
75
"@types/string-width" : " ^2.0.0" ,
76
76
"babel-plugin-alter-object-assign" : " ^1.0.2" ,
77
- "bili" : " ^4.0.2" ,
78
77
"boxen" : " ^2.1.0" ,
79
78
"builtin-modules" : " ^3.0.0" ,
80
79
"cac" : " ^6.4.2" ,
Original file line number Diff line number Diff line change @@ -1503,31 +1503,6 @@ big.js@^3.1.3:
1503
1503
resolved "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
1504
1504
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
1505
1505
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
-
1531
1506
bin-links@^1.1.2 :
1532
1507
version "1.1.2"
1533
1508
resolved "https://registry.npmjs.org/bin-links/-/bin-links-1.1.2.tgz#fb74bd54bae6b7befc6c6221f25322ac830d9757"
You can’t perform that action at this time.
0 commit comments