Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Move webpack-rtl-plugin to a repository managed by Automattic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Sep 26, 2016
1 parent 18d76e1 commit 1c2b7bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"dependencies": {
"@automattic/dops-components": "github:automattic/dops-components",
"@automattic/webpack-rtl-plugin": "Automattic/webpack-rtl-plugin.git#v2.0.1",
"async": "^2.0.0-rc.3",
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.4",
Expand All @@ -71,8 +72,8 @@
"css-loader": "^0.23.1",
"debug": "^2.2.0",
"express": "^4.14.0",
"i18n-calypso": "1.7.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"i18n-calypso": "1.7.0",
"inherits": "^2.0.1",
"isomorphic-style-loader": "^1.0.0",
"jed": "1.0.2",
Expand Down Expand Up @@ -113,8 +114,7 @@
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.4",
"webpack-merge": "^0.12.0",
"wpcom-xhr-request": "^1.0.0",
"webpack-rtl-plugin": "yurynix/webpack-rtl-plugin.git#test-build"
"wpcom-xhr-request": "^1.0.0"
},
"jest": {
"testDirectoryName": "tests",
Expand Down
2 changes: 1 addition & 1 deletion webpack.client.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// External dependencies
var baseConfig = require( './webpack.base.config' ),
ExtractTextPlugin = require( 'extract-text-webpack-plugin' ),
WebpackRTLPlugin = require( 'webpack-rtl-plugin' ),
WebpackRTLPlugin = require( '@automattic/webpack-rtl-plugin' ),
merge = require( 'webpack-merge' ),
path = require( 'path' ),
fs = require( 'fs' ),
Expand Down

0 comments on commit 1c2b7bc

Please sign in to comment.