Skip to content

Commit

Permalink
设置依赖关系
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Feb 12, 2020
1 parent b2b1667 commit bd91132
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,4 @@ files.forEach(async file => {
const buf = await limitreadfile(file);
console.log(buf);
});

```
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"private": false,
"version": "1.0.2",
"version": "1.0.3",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand All @@ -13,7 +13,6 @@
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@masx200/event-emitter-target": "https://github.com/masx200/event-emitter-target.git",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
Expand All @@ -29,7 +28,9 @@
"tslib": "^1.10.0",
"typescript": "^3.8.1-rc"
},
"dependencies": {},
"dependencies": {
"@masx200/event-emitter-target": "^1.1.5"
},
"license": "MIT",
"scripts": {
"prettier": "prettier *.js --write&&prettier *.json --write && prettier *.md --write&&prettier --parser=typescript --write ./src/**/*.ts",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@masx200/event-emitter-target@https://gitee.com/masx200/event-emitter-target.git":
"@masx200/event-emitter-target@^1.1.5":
version "1.1.5"
resolved "https://gitee.com/masx200/event-emitter-target.git#016814d28fddf422727d8ee938c0c3f7dcadc110"
resolved "https://registry.npmjs.org/@masx200/event-emitter-target/-/event-emitter-target-1.1.5.tgz#d176c743eb67dca7d65984293c19a56284d55e03"
integrity sha512-+SIaAsoFZ0UioQRrQ0Yf7prpfchsx4G4KunDFsSJSo3haVBk2IXOI4PdE+Mg6hiSelSHoxgIf5MUbjlglMpnxQ==

"@rollup/plugin-commonjs@^11.0.2":
version "11.0.2"
Expand Down

0 comments on commit bd91132

Please sign in to comment.