Skip to content

Commit c5c7360

Browse files
authored
fix: Stop recommending Bower over NPM. In fact, stop recommending it at all (#138)
1 parent c16a88c commit c5c7360

File tree

4 files changed

+2
-35
lines changed

4 files changed

+2
-35
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests/tests.json
22
play.html
3-
bower.json
43

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ The same format can also be executed in PHP by the library [json-logic-php](http
88

99
## Installation
1010

11-
To parse JsonLogic rules in a JavaScript frontend, install this library is via [Bower](http://bower.io/):
12-
13-
```bash
14-
bower install --save json-logic-js
15-
```
16-
17-
To parse JsonLogic rules in a JavaScript backend (like Node.js), install this library via [NPM](https://www.npmjs.com/):
11+
We recommend that you install this library with a package manager, like [NPM](https://www.npmjs.com/) (or Yarn, etc):
1812

1913
```bash
2014
npm install json-logic-js

bower.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-logic-js",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
55
"main": "logic.js",
66
"directories": {

0 commit comments

Comments
 (0)