Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit a1afc3b

Browse files
authored
fix(deps): move mathjs to dependencies (#85)
1 parent 891ee52 commit a1afc3b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ documentation](https://docs.strapi.io/dev-docs/quick-start).
6262
6363
## 🦾 Installation
6464
```shell
65-
yarn add [email protected] strapi-plugin-field-formula@latest
65+
yarn add strapi-plugin-field-formula@latest
6666
```
6767
**OR**
6868
```shell
69-
npm install [email protected] strapi-plugin-field-formula@latest
69+
npm install strapi-plugin-field-formula@latest
7070
```
7171
After successful installation you could re-build the Strapi instance. You could use the next commands (default) inside
7272
your Strapi project:

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"@strapi/helper-plugin": "^4.12.5",
2121
"@strapi/icons": "^1.6.3",
2222
"prop-types": "^15.7.2",
23-
"axios": "1.4.0"
23+
"axios": "1.4.0",
24+
"mathjs": "11.9.1"
2425
},
2526
"devDependencies": {
2627
"@commitlint/cli": "17.7.1",
@@ -45,16 +46,14 @@
4546
"react": "^18.2.0",
4647
"react-dom": "^18.2.0",
4748
"react-router-dom": "^5.3.4",
48-
"styled-components": "^5.3.6",
49-
"mathjs": "11.9.1"
49+
"styled-components": "^5.3.6"
5050
},
5151
"peerDependencies": {
5252
"@strapi/strapi": "^4.4.0",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",
5555
"react-router-dom": "^5.3.4",
56-
"styled-components": "^5.3.6",
57-
"mathjs": "11.9.1"
56+
"styled-components": "^5.3.6"
5857
},
5958
"engines": {
6059
"node": ">=14.19.1 <=18.x.x",

0 commit comments

Comments
 (0)