Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashsivaraman committed Jun 20, 2019
1 parent 96ff857 commit 0b1efb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-react-calculator",
"version": "1.0.3",
"version": "1.0.4",
"description": "awesome-react-calculator",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,14 +22,14 @@
"test:watch": "nwb test-react --server"
},
"dependencies": {
"mathjs": "^6.0.2"
"mathjs": "6.0.2"
},
"peerDependencies": {
"react": "15.x"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"mathjs": "^6.0.2",
"mathjs": "6.0.2",
"nwb": "0.23.x",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down

0 comments on commit 0b1efb7

Please sign in to comment.