Skip to content

Commit

Permalink
feat: rewrite in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Jan 3, 2021
1 parent 136fc5f commit b79616e
Show file tree
Hide file tree
Showing 17 changed files with 4,055 additions and 3,616 deletions.
3 changes: 2 additions & 1 deletion packages/edit-package-json/.npmignore
@@ -1,4 +1,4 @@
# .... generated using www.npmjs.com/package/lect ....
# generated using codsen.com/os/lect
#
#
# __ ______ ______ ______
Expand All @@ -24,3 +24,4 @@ test
.prettierignore
rollup.config.js
testStats.md
tsconfig.json
2 changes: 1 addition & 1 deletion packages/edit-package-json/README.md
Expand Up @@ -91,7 +91,7 @@ Please [visit codsen.com](https://codsen.com/os/edit-package-json/) for a full d

MIT License

Copyright (c) 2010-2020 Roy Revelt and other contributors
Copyright (c) 2010-2021 Roy Revelt and other contributors

Passes adapted .set() unit tests from https://github.com/mariocasciaro/object-path/blob/master/test.js, MIT Licence Copyright (c) 2015 Mario Casciaro

Expand Down
2 changes: 1 addition & 1 deletion packages/edit-package-json/coverage/coverage-summary.json
@@ -1 +1 @@
{"total":{"lines":{"total":215,"covered":213,"skipped":0,"pct":99.07},"statements":{"total":215,"covered":213,"skipped":0,"pct":99.07},"functions":{"total":10,"covered":10,"skipped":0,"pct":100},"branches":{"total":326,"covered":318,"skipped":0,"pct":97.55}}}
{"total":{"lines":{"total":218,"covered":217,"skipped":0,"pct":99.54},"statements":{"total":218,"covered":217,"skipped":0,"pct":99.54},"functions":{"total":8,"covered":8,"skipped":0,"pct":100},"branches":{"total":326,"covered":317,"skipped":0,"pct":97.24}}}
411 changes: 295 additions & 116 deletions packages/edit-package-json/dist/edit-package-json.cjs.js

Large diffs are not rendered by default.

0 comments on commit b79616e

Please sign in to comment.