Skip to content

Commit

Permalink
fix: Stop recommending Bower over NPM. In fact, stop recommending it …
Browse files Browse the repository at this point in the history
…at all (#138)
  • Loading branch information
jwadhams authored Jul 9, 2024
1 parent c16a88c commit c5c7360
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests/tests.json
play.html
bower.json

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ The same format can also be executed in PHP by the library [json-logic-php](http

## Installation

To parse JsonLogic rules in a JavaScript frontend, install this library is via [Bower](http://bower.io/):

```bash
bower install --save json-logic-js
```

To parse JsonLogic rules in a JavaScript backend (like Node.js), install this library via [NPM](https://www.npmjs.com/):
We recommend that you install this library with a package manager, like [NPM](https://www.npmjs.com/) (or Yarn, etc):

```bash
npm install json-logic-js
Expand Down
26 changes: 0 additions & 26 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-logic-js",
"version": "2.0.4",
"version": "2.0.5",
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
"main": "logic.js",
"directories": {
Expand Down

0 comments on commit c5c7360

Please sign in to comment.