Skip to content

Commit

Permalink
Editor: remove unussed 'autoprefixer' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2019
1 parent 84171b2 commit f77270a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@types/classnames": "2.2.3",
"@types/react": "15.6.26",
"@types/react-dom": "15.5.10",
"autoprefixer": "6.7.7",
"awesome-typescript-loader": "3.2.3",
"css-loader": "0.27.1",
"extract-text-webpack-plugin": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/editor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

autoprefixer@6.7.7, autoprefixer@^6.3.1:
autoprefixer@^6.3.1:
version "6.7.7"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014"
integrity sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=
Expand Down

0 comments on commit f77270a

Please sign in to comment.