Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyaleksey committed Mar 8, 2017
1 parent 1bfeb1e commit a10a83b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"name": "postcss-modules-resolve-imports",
"version": "1.0.0",
"version": "1.1.0",
"description": "Resolves ICSS imports",
"main": "index.js",
"engines": {
"node": ">= 6.3"
},
"scripts": {
"fix": "eslint --fix {lib,test}/**/*.js *.js",
"test": "tape test/**/*.test.js && tape test/**/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sullenor/postcss-modules-resolve-imports.git"
"url": "git+https://github.com/css-modules/postcss-modules-resolve-imports.git"
},
"keywords": [],
"author": "Alexey Litvinov",
"license": "MIT",
"bugs": {
"url": "https://github.com/sullenor/postcss-modules-resolve-imports/issues"
"url": "https://github.com/css-modules/postcss-modules-resolve-imports/issues"
},
"homepage": "https://github.com/sullenor/postcss-modules-resolve-imports#readme",
"homepage": "https://github.com/css-modules/postcss-modules-resolve-imports#readme",
"eslintConfig": {
"extends": "@sullenor/eslint-config/node"
},
"peerDependencies": {
"postcss": ">= 5"
},
"devDependencies": {
"@sullenor/eslint-config": "^1.0.10",
"eslint": "^3.15.0",
"postcss": "^5.2.14",
"@sullenor/eslint-config": "^1.0.11",
"eslint": "^3",
"postcss": "^5.2.16",
"postcss-modules-extract-imports": "^1.0.1",
"postcss-modules-local-by-default": "^1.1.1",
"postcss-modules-scope": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ into:
}
```

Should be used after [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope).
**Note**: should be used after [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope).


## Options
Expand Down

0 comments on commit a10a83b

Please sign in to comment.