Skip to content

Commit

Permalink
fix: remove self dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Sep 5, 2020
1 parent c819eed commit 89091bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ $ npm install
# run test cases
$ npm run test

# run size local
$ npm run size

# build package
$ npm run build

# run size local
$ npm run size
```


Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@types/node": "^14.6.4",
"husky": "^3.0.5",
"jest": "^26.4.2",
"limit-size": "^0.1.0",
"lint-staged": "^9.3.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 89091bc

Please sign in to comment.