diff --git a/README.md b/README.md index 501723d..f288ac1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ css-modules-require-hook ======================== +# DEPRECATED. USE [css-modules/css-modules-require-hook](https://github.com/css-modules/css-modules-require-hook) instead + Automatically compiles a CSS Module to a low-level interchange format called ICSS or [Interoperable CSS](https://github.com/css-modules/icss). One of the ways you can compile [CSS Modules](https://github.com/css-modules/css-modules) to the ICSS format is through the require hook. The require hook will bind itself to node's require and automatically compile files on the fly. This is similar to Babel's [babel/register](https://babeljs.io/docs/usage/require/). diff --git a/package.json b/package.json index 46b112c..7b91c87 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,21 @@ { - "name": "css-modules-require-hook", - "version": "1.0.0", + "name": "@joeybaker/css-modules-require-hook", + "version": "1.0.3", "description": "A require hook to compile CSS Modules on the fly", "main": "index.js", - "dependencies": { + "peerDependencies": { "postcss": "^4.1.16", - "postcss-modules-extract-imports": "0.0.5", - "postcss-modules-local-by-default": "0.0.9", - "postcss-modules-scope": "0.0.8" + "postcss-modules-extract-imports": "^0.0.5", + "postcss-modules-local-by-default": "^0.0.9", + "postcss-modules-scope": "^0.0.8" }, "devDependencies": { "babel": "^5.8.20", "css-modules-loader-core": "0.0.12", + "postcss": "^4.1.16", + "postcss-modules-extract-imports": "^0.0.5", + "postcss-modules-local-by-default": "^0.0.9", + "postcss-modules-scope": "^0.0.8", "in-publish": "^2.0.0", "mocha": "^2.2.5" }, @@ -22,7 +26,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sullenor/css-modules-require-hook.git" + "url": "https://github.com/joeybaker/css-modules-require-hook.git" }, "keywords": [ "css-modules",