expr-eval-next 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,10 @@
1
- # eval-expr
1
+ # expr-eval
2
2
 
3
- > Looking for **expr-eval**? That package is no longer maintained. This package redirects you to [a-calc](https://www.npmjs.com/package/a-calc), a modern and actively maintained alternative for math expression evaluation and precision arithmetic.
4
-
5
- This package has been deprecated. Please use [a-calc](https://www.npmjs.com/package/a-calc) instead.
3
+ > This package is no longer maintained. Please use [a-calc](https://www.npmjs.com/package/a-calc) instead — a modern and actively maintained alternative for math expression evaluation and precision arithmetic.
6
4
 
7
5
  ## Migration
8
6
 
9
7
  ```bash
10
- npm uninstall eval-expr
11
8
  npm install a-calc
12
9
  ```
13
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expr-eval-next",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"