We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ff857 commit 0b1efb7Copy full SHA for 0b1efb7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "awesome-react-calculator",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "awesome-react-calculator",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -22,14 +22,14 @@
22
"test:watch": "nwb test-react --server"
23
},
24
"dependencies": {
25
- "mathjs": "^6.0.2"
+ "mathjs": "6.0.2"
26
27
"peerDependencies": {
28
"react": "15.x"
29
30
"devDependencies": {
31
"babel-plugin-transform-class-properties": "^6.24.1",
32
- "mathjs": "^6.0.2",
+ "mathjs": "6.0.2",
33
"nwb": "0.23.x",
34
"react": "^16.8.6",
35
"react-dom": "^16.8.6"
0 commit comments