Skip to content

Commit

Permalink
fix: update changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 14, 2021
1 parent bd2af3b commit 73f1ab0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- /BADGES -->

<!-- DESCRIPTION/ -->
A zero-runtime functional programming library as a babel macro.
A zero-runtime functional programming babel macro.
<!-- /DESCRIPTION -->

`fp.macro` This is a build-time functional programming library that allows you to use high-level collection functions without a production dependency and without the runtime penalty that you have when using a dedicated library.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"name": "fp.macro",
"version": "1.0.0",
"description": "A zero-runtime functional programming babel macro.",
"repository": "dword-design/fp.macro",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"array",
"babel",
Expand Down Expand Up @@ -46,6 +39,13 @@
"values",
"zero"
],
"repository": "dword-design/fp.macro",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"check-unknown-files": "base check-unknown-files",
"commit": "base commit",
Expand Down

0 comments on commit 73f1ab0

Please sign in to comment.