Skip to content

Commit 6fbcc29

Browse files
committed
some fix
1 parent 56a4961 commit 6fbcc29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

my-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
"velocity-react": "^1.3.3"
3333
},
3434
"devDependencies": {
35-
"path": "^0.12.7",
36-
"express": "^4.16.3",
37-
"npm-run-all": "^4.1.2",
3835
"autoprefixer": "latest",
3936
"babel": "^6.23.0",
4037
"babel-core": "^6.26.0",
@@ -47,19 +44,22 @@
4744
"clean-webpack-plugin": "^0.1.19",
4845
"copy-webpack-plugin": "^4.5.1",
4946
"css-loader": "^0.28.11",
47+
"express": "^4.16.3",
5048
"extract-text-webpack-plugin": "^4.0.0-beta.0",
5149
"file-loader": "^1.1.11",
5250
"gh-pages": "^1.1.0",
5351
"imagemin-webpack-plugin": "^2.1.1",
5452
"img-loader": "^2.0.1",
5553
"lodash": "^4.17.5",
5654
"node-sass": "^4.8.3",
55+
"npm-run-all": "^4.1.2",
56+
"path": "^0.12.7",
5757
"postcss-loader": "^2.1.3",
5858
"sass-loader": "^6.0.7",
5959
"style-loader": "^0.20.3",
6060
"svg-url-loader": "^2.3.2",
6161
"uglifyjs-webpack-plugin": "^1.2.4",
62-
"webpack": "^4.4.1",
62+
"webpack": "^4.8.1",
6363
"webpack-cli": "^2.0.14",
6464
"webpack-dev-server": "^3.1.1"
6565
}

my-app/src/js/components/Skills.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ let Skills = () => (
100100
<p>I have also some experience with Angular, Django, Node.js.</p>
101101
<p>Would like to know more?<br/>
102102
Please check my <Link to="https://www.linkedin.com/in/ormaks/"
103-
target='_blank'>LinkedIn</Link> profile or just
104-
<Link to={prefix + "/contact"}>contact</Link> me.
103+
target='_blank'>LinkedIn</Link> profile or just <Link
104+
to={prefix + "/contact"}>contact</Link> me.
105105
</p>
106106
</div>
107107
<div className="right_side">

0 commit comments

Comments
 (0)