Skip to content

Commit 2845031

Browse files
committed
v1.0.0
1 parent bed7417 commit 2845031

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@AwesomeWebProjects/audio-player",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"author": "Daniel Barion // @danielbarion (github)",
55
"main": "src/export-components.js",
66
"license": "MIT",
@@ -68,13 +68,13 @@
6868
"worker-loader": "^2.0.0"
6969
},
7070
"dependencies": {
71+
"@material-ui/core": "^3.8.1",
72+
"@material-ui/icons": "^3.0.1",
7173
"react": "^16.8.6",
7274
"react-app-polyfill": "^1.0.1",
7375
"react-dev-utils": "^9.0.1",
7476
"react-dom": "^16.8.6",
75-
"react-router-dom": "^5.0.1",
76-
"@material-ui/core": "^3.8.1",
77-
"@material-ui/icons": "^3.0.1"
77+
"react-router-dom": "^5.0.1"
7878
},
7979
"scripts": {
8080
"start": "node scripts/start.js",

0 commit comments

Comments
 (0)